Skip to content

Commit 7bfd63a

Browse files
Update actions/upload-artifact action to v7
1 parent 34c7605 commit 7bfd63a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_nuget_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: env.HAS_TAG == 'true' && github.ref == 'refs/heads/master'
6161

6262
- name: Upload NuGet Package
63-
uses: actions/upload-artifact@v6
63+
uses: actions/upload-artifact@v7
6464
with:
6565
name: Nuget
6666
path: '**/*.nupkg'

0 commit comments

Comments
 (0)