Skip to content

Commit ca408d4

Browse files
Bump actions/upload-artifact from 4 to 6 (#902)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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 5efa7fe commit ca408d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# TODO: needs build step
2626
sha256sum bin/lucky | awk '{print $1}' > ./bin/checksums.txt
2727
tar -czvf lucky-$GITHUB_REF_NAME-linux-amd64.tar.gz -C ./bin .
28-
- uses: actions/upload-artifact@v4
28+
- uses: actions/upload-artifact@v6
2929
with:
3030
name: linux
3131
path: lucky-${{ github.ref_name }}-linux-amd64.tar.gz
@@ -42,7 +42,7 @@ jobs:
4242
shards build lucky --without-development --no-debug --release --static
4343
(Get-FileHash ./bin/lucky).Hash | Out-File ./bin/checksums.txt
4444
Compress-Archive -Path ./bin/* -DestinationPath lucky-$env:GITHUB_REF_NAME-windows-amd64.zip
45-
- uses: actions/upload-artifact@v4
45+
- uses: actions/upload-artifact@v6
4646
with:
4747
name: windows
4848
path: lucky-${{ github.ref_name }}-windows-amd64.zip

0 commit comments

Comments
 (0)