Skip to content

Commit 4aeeabd

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent e959c03 commit 4aeeabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Pack Nuget
6262
run: dotnet pack -c Release -o artifacts
6363
- name: Upload Nuget
64-
uses: actions/upload-artifact@v5
64+
uses: actions/upload-artifact@v7
6565
with:
6666
name: Nuget
6767
path: artifacts/*.nupkg

0 commit comments

Comments
 (0)