Skip to content

Commit 68abfaa

Browse files
Merge pull request #9 from JsonViewer-Component/dependabot/github_actions/actions/upload-artifact-5
ci(deps): bump actions/upload-artifact from 3 to 5
2 parents d1c6401 + 12a27df commit 68abfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
--skip-duplicate
7474
7575
- name: 📤 Upload NuGet Package Artifacts
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: nuget-packages
7979
path: ./packages/*

0 commit comments

Comments
 (0)