Skip to content

Commit 0c8e5ce

Browse files
chore(deps): update actions/upload-artifact action to v4.6.1
1 parent 2c3d1a8 commit 0c8e5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
dotnet pack HyPlayer.PlayCore.Abstraction/HyPlayer.PlayCore.Abstraction.csproj -c Release -o Packages/
3131
3232
- name: Publish Packages to Artifacts
33-
uses: actions/upload-artifact@v4.3.4
33+
uses: actions/upload-artifact@v4.6.1
3434
with:
3535
name: packages
3636
path: Packages

0 commit comments

Comments
 (0)