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 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 12e95b0 commit 798aaee
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/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: windows-latest_Madness.nupkg
path: out

- name: Download Madness.snupkg artifact from windows-latest
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.0.0
with:
name: windows-latest_Madness.snupkg
path: out
Expand Down

0 comments on commit 798aaee

Please sign in to comment.