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 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : actions/download-artifact@v3
22
+ - uses : actions/download-artifact@v4
23
23
24
24
- run : |
25
25
for dist in dist-*; do
63
63
RELEASE_ARGS : release --rm-dist -f release/goreleaser.windows.yaml --skip-validate ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}
64
64
65
65
- run : tar -cvf dist-windows.tar dist
66
- - uses : actions/upload-artifact@v2
66
+ - uses : actions/upload-artifact@v4
67
67
with :
68
68
name : dist-windows
69
69
path : dist-windows.tar
87
87
RELEASE_ARGS : release --rm-dist -f release/goreleaser.darwin.yaml --skip-validate ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}
88
88
89
89
- run : gtar -cvf dist-darwin.tar dist
90
- - uses : actions/upload-artifact@v2
90
+ - uses : actions/upload-artifact@v4
91
91
with :
92
92
name : dist-darwin
93
93
path : dist-darwin.tar
@@ -142,7 +142,7 @@ jobs:
142
142
RELEASE_ARGS : release --rm-dist -f release/goreleaser.linux.yaml --skip-validate ${{ github.event_name == 'pull_request' && '--snapshot' || '' }}
143
143
144
144
- run : tar -cvf dist-linux.tar dist
145
- - uses : actions/upload-artifact@v2
145
+ - uses : actions/upload-artifact@v4
146
146
with :
147
147
name : dist-linux
148
148
path : dist-linux.tar
You can’t perform that action at this time.
0 commit comments