Skip to content

Commit 2cd7b11

Browse files
Update actions/download-artifact action to v6
1 parent d07a016 commit 2cd7b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
echo "$GITHUB_CONTEXT"
5151
- name: 🚀 NuGet
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v6
5353
with:
5454
github-token: '${{ secrets.GITHUB_TOKEN }}'
5555
name: 'nuget'

0 commit comments

Comments
 (0)