Skip to content

Commit 6fd8cec

Browse files
authored
build(deps): bump actions/{download,upload}-artifact to v4 (#1193)
Signed-off-by: Joe Lanford <[email protected]>
1 parent e8dbf24 commit 6fd8cec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -63,7 +63,7 @@ jobs:
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
@@ -87,7 +87,7 @@ jobs:
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

0 commit comments

Comments
 (0)