Skip to content

Commit aca60f1

Browse files
Bump actions/download-artifact from 4 to 5 (#411)
1 parent 1715975 commit aca60f1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/dotnet.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@ jobs:
182182
runs-on: ubuntu-latest
183183
steps:
184184
- name: Download NuGet artifact (plugin)
185-
uses: actions/download-artifact@v4
185+
uses: actions/download-artifact@v5
186186
with:
187187
name: nuget-package-plugin
188188
path: packed-plugin
189189
- name: Check NuGet contents
190190
# Verify that there is exactly one nupkg in the artifact that would be NuGet published
191191
run: if [[ $(find packed-plugin -maxdepth 1 -name 'WoofWare.Myriad.Plugins.*.nupkg' -printf c | wc -c) -ne "1" ]]; then exit 1; fi
192192
- name: Download NuGet artifact (attributes)
193-
uses: actions/download-artifact@v4
193+
uses: actions/download-artifact@v5
194194
with:
195195
name: nuget-package-attribute
196196
path: packed-attribute
@@ -209,7 +209,7 @@ jobs:
209209
steps:
210210
- uses: actions/checkout@v4
211211
- name: Download NuGet artifact
212-
uses: actions/download-artifact@v4
212+
uses: actions/download-artifact@v5
213213
with:
214214
name: ${{ matrix.artifact }}
215215
- name: Compute package path
@@ -249,7 +249,7 @@ jobs:
249249
contents: read
250250
steps:
251251
- name: Download NuGet artifact
252-
uses: actions/download-artifact@v4
252+
uses: actions/download-artifact@v5
253253
with:
254254
name: nuget-package-attribute
255255
path: packed
@@ -268,7 +268,7 @@ jobs:
268268
contents: read
269269
steps:
270270
- name: Download NuGet artifact
271-
uses: actions/download-artifact@v4
271+
uses: actions/download-artifact@v5
272272
with:
273273
name: nuget-package-plugin
274274
path: packed
@@ -294,7 +294,7 @@ jobs:
294294
extra_nix_config: |
295295
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
296296
- name: Download NuGet artifact
297-
uses: actions/download-artifact@v4
297+
uses: actions/download-artifact@v5
298298
with:
299299
name: nuget-package-attribute
300300
path: packed
@@ -327,7 +327,7 @@ jobs:
327327
extra_nix_config: |
328328
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
329329
- name: Download NuGet artifact
330-
uses: actions/download-artifact@v4
330+
uses: actions/download-artifact@v5
331331
with:
332332
name: nuget-package-plugin
333333
path: packed
@@ -358,7 +358,7 @@ jobs:
358358
steps:
359359
- uses: actions/checkout@v4
360360
- name: Download NuGet artifact
361-
uses: actions/download-artifact@v4
361+
uses: actions/download-artifact@v5
362362
with:
363363
name: ${{ matrix.artifact }}
364364
- name: Compute package path

0 commit comments

Comments
 (0)