File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6464 RELEASE_ARGS : release --verbose --skip=validate --clean -f release/goreleaser.windows.yaml ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}
6565
6666 - run : tar -cvf dist-windows.tar dist
67- - uses : actions/upload-artifact@v4
67+ - uses : actions/upload-artifact@v5
6868 with :
6969 name : dist-windows
7070 path : dist-windows.tar
8888 RELEASE_ARGS : release --verbose --clean -f release/goreleaser.darwin.yaml --skip=validate ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}
8989
9090 - run : gtar -cvf dist-darwin.tar dist
91- - uses : actions/upload-artifact@v4
91+ - uses : actions/upload-artifact@v5
9292 with :
9393 name : dist-darwin
9494 path : dist-darwin.tar
@@ -143,7 +143,7 @@ jobs:
143143 RELEASE_ARGS : release --verbose --clean -f release/goreleaser.linux.yaml --skip=validate ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}
144144
145145 - run : tar -cvf dist-linux.tar dist
146- - uses : actions/upload-artifact@v4
146+ - uses : actions/upload-artifact@v5
147147 with :
148148 name : dist-linux
149149 path : dist-linux.tar
You can’t perform that action at this time.
0 commit comments