File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v4
22- - uses : actions/download-artifact@v3
22+ - uses : actions/download-artifact@v4
2323
2424 - run : |
2525 for dist in dist-*; do
6363 RELEASE_ARGS : release --rm-dist -f release/goreleaser.windows.yaml --skip-validate ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}
6464
6565 - run : tar -cvf dist-windows.tar dist
66- - uses : actions/upload-artifact@v2
66+ - uses : actions/upload-artifact@v4
6767 with :
6868 name : dist-windows
6969 path : dist-windows.tar
8787 RELEASE_ARGS : release --rm-dist -f release/goreleaser.darwin.yaml --skip-validate ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}
8888
8989 - run : gtar -cvf dist-darwin.tar dist
90- - uses : actions/upload-artifact@v2
90+ - uses : actions/upload-artifact@v4
9191 with :
9292 name : dist-darwin
9393 path : dist-darwin.tar
@@ -142,7 +142,7 @@ jobs:
142142 RELEASE_ARGS : release --rm-dist -f release/goreleaser.linux.yaml --skip-validate ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}
143143
144144 - run : tar -cvf dist-linux.tar dist
145- - uses : actions/upload-artifact@v2
145+ - uses : actions/upload-artifact@v4
146146 with :
147147 name : dist-linux
148148 path : dist-linux.tar
You can’t perform that action at this time.
0 commit comments