Skip to content

Commit d91a73c

Browse files
Merge pull request #223 from HashLoad/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 6a9d584 + f3aead3 commit d91a73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333

34-
- uses: actions/upload-artifact@v6
34+
- uses: actions/upload-artifact@v7
3535
with:
3636
path: dist/boss_windows_amd64_v1/boss.exe
3737
if-no-files-found: warn

0 commit comments

Comments
 (0)