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 @@ -100,7 +100,7 @@ jobs:
100100 subject-path : build/*.tar.gz
101101
102102 - name : Upload Artifact
103- uses : actions/upload-artifact@v4
103+ uses : actions/upload-artifact@v5
104104 with :
105105 name : build-${{ matrix.target }}
106106 path : build/*.tar.gz
Original file line number Diff line number Diff line change 3939 subject-path : build/*.tar.gz
4040
4141 - name : Upload Artifact
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : build-macos-${{ matrix.arch }}
4545 path : build/*.tar.gz
Original file line number Diff line number Diff line change 3939 subject-path : build/*.zip
4040
4141 - name : Upload Artifact
42- uses : actions/upload-artifact@v4
42+ uses : actions/upload-artifact@v5
4343 with :
4444 name : build-windows-${{ matrix.arch }}
4545 path : build/*.zip
You can’t perform that action at this time.
0 commit comments