Skip to content

Commit 89f4dec

Browse files
authored
Merge pull request #26 from wokket/dependabot/github_actions/actions/upload-artifact-6
build(deps): Bump actions/upload-artifact from 5 to 6
2 parents 2d568cb + 7a092de commit 89f4dec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Publish the NuGet package as an artifact, so they can be used in the following jobs
3636
- name: Save package artifact
37-
uses: actions/upload-artifact@v5
37+
uses: actions/upload-artifact@v6
3838
with:
3939
name: nuget
4040
if-no-files-found: error

0 commit comments

Comments
 (0)