File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9595
9696 # Step 4
9797 - name : Upload Artifacts
98- uses : actions/upload-artifact@v3
98+ uses : actions/upload-artifact@v4
9999 with :
100100 name : build-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build_type }}
101101 path : |
Original file line number Diff line number Diff line change 9595
9696 # Step 4
9797 - name : Upload Artifacts
98- uses : actions/upload-artifact@v3
98+ uses : actions/upload-artifact@v4
9999 with :
100100 name : build-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build_type }}
101101 path : |
Original file line number Diff line number Diff line change 9999
100100 # Step 6
101101 - name : Upload Artifacts
102- uses : actions/upload-artifact@v3
102+ uses : actions/upload-artifact@v4
103103 with :
104104 name : build-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.build_type }}
105105 path : |
You can’t perform that action at this time.
0 commit comments