Skip to content

Commit ce02660

Browse files
Update actions/upload-artifact action to v4.4.2
1 parent 674ebd1 commit ce02660

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.4.2
3434
with:
3535
name: packages
3636
path: Packages

0 commit comments

Comments
 (0)