Skip to content

Commit 94de4d9

Browse files
authored
Merge pull request #158 from Evidos/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 4a25d26 + 3ba4b49 commit 94de4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_nuget_package.yml

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

6161
- name: Upload NuGet Package
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v5
6363
with:
6464
name: Nuget
6565
path: '**/*.nupkg'

0 commit comments

Comments
 (0)