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

Commit 291900a

Browse files
Update actions/download-artifact action to v4
1 parent 12e95b0 commit 291900a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ jobs:
120120
run: dotnet --info
121121

122122
- name: Download Madness.nupkg artifact from windows-latest
123-
uses: actions/download-artifact@v3.0.2
123+
uses: actions/download-artifact@v4.0.0
124124
with:
125125
name: windows-latest_Madness.nupkg
126126
path: out
127127

128128
- name: Download Madness.snupkg artifact from windows-latest
129-
uses: actions/download-artifact@v3.0.2
129+
uses: actions/download-artifact@v4.0.0
130130
with:
131131
name: windows-latest_Madness.snupkg
132132
path: out

0 commit comments

Comments
 (0)