Skip to content

Commit ff21939

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/upload-artifact-5'
2 parents ef18567 + a683206 commit ff21939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: dotnet pack --configuration Release --no-build --output ./artifacts
4646

4747
- name: Upload artifacts
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: nuget-packages
5151
path: ./artifacts/*.nupkg

0 commit comments

Comments
 (0)