Skip to content

Commit 507d545

Browse files
authored
Merge pull request #2 from i2van/dependabot/github_actions/actions/upload-artifact-6.0.0
Bump actions/upload-artifact from 5.0.0 to 6.0.0
2 parents 6d5a543 + c0979b9 commit 507d545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Upload artifacts
2828

2929
- name: Publish ${{env.NAME}} ${{env.CONFIG}}
30-
uses: actions/upload-artifact@v5.0.0
30+
uses: actions/upload-artifact@v6.0.0
3131
with:
3232
name: ${{env.NAME}}${{env.BIN_POSTFIX}}
3333
path: ${{env.NAME}}/bin/${{env.CONFIG}}/${{env.NAME}}.*.*nupkg

0 commit comments

Comments
 (0)