Skip to content

Commit c92730f

Browse files
Bump actions/upload-artifact from 5 to 6 (#1862)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5222a0e commit c92730f

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@v5
67+
- uses: actions/upload-artifact@v6
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@v5
91+
- uses: actions/upload-artifact@v6
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@v5
146+
- uses: actions/upload-artifact@v6
147147
with:
148148
name: dist-linux
149149
path: dist-linux.tar

0 commit comments

Comments
 (0)