Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent e5b3333 commit 786ade1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
dotnet pack HyPlayer.NeteaseProvider/HyPlayer.NeteaseProvider.csproj -c Release -o Packages/
- name: Publish Packages to Artifacts
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
name: packages
path: Packages
Expand Down
2 changes: 1 addition & 1 deletion refs/HyPlayer.PlayCore/.github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
dotnet pack HyPlayer.PlayCore.Abstraction/HyPlayer.PlayCore.Abstraction.csproj -c Release -o Packages/
- name: Publish Packages to Artifacts
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
name: packages
path: Packages
Expand Down

0 comments on commit 786ade1

Please sign in to comment.