Skip to content

Commit 7d265ba

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent f062c25 commit 7d265ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)