Skip to content

Commit bf464ea

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b33485 commit bf464ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
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
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)