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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 10, 2024
1 parent c57930d commit 8483258
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@v4.1.0
uses: actions/download-artifact@v4.1.1
with:
name: windows-latest_Madness.nupkg
path: out

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

0 comments on commit 8483258

Please sign in to comment.