Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Update actions/download-artifact action to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent 7a35533 commit 6d4f509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ jobs:
run: dotnet --info

- name: Download Madness.nupkg artifact from windows-latest
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: windows-latest_Madness.nupkg
path: out

- name: Download Madness.snupkg artifact from windows-latest
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
name: windows-latest_Madness.snupkg
path: out
Expand Down

0 comments on commit 6d4f509

Please sign in to comment.