Skip to content

Commit fbb7576

Browse files
Bump actions/download-artifact from 6 to 7 (#471)
1 parent 928c212 commit fbb7576

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.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@v6
185+
uses: actions/download-artifact@v7
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@v6
193+
uses: actions/download-artifact@v7
194194
with:
195195
name: nuget-package-attribute
196196
path: packed-attribute
@@ -209,7 +209,7 @@ jobs:
209209
steps:
210210
- uses: actions/checkout@v6
211211
- name: Download NuGet artifact
212-
uses: actions/download-artifact@v6
212+
uses: actions/download-artifact@v7
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@v6
252+
uses: actions/download-artifact@v7
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@v6
271+
uses: actions/download-artifact@v7
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@v6
297+
uses: actions/download-artifact@v7
298298
with:
299299
name: nuget-package-attribute
300300
path: packed
@@ -332,7 +332,7 @@ jobs:
332332
extra_nix_config: |
333333
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
334334
- name: Download NuGet artifact
335-
uses: actions/download-artifact@v6
335+
uses: actions/download-artifact@v7
336336
with:
337337
name: nuget-package-plugin
338338
path: packed
@@ -368,7 +368,7 @@ jobs:
368368
steps:
369369
- uses: actions/checkout@v6
370370
- name: Download NuGet artifact
371-
uses: actions/download-artifact@v6
371+
uses: actions/download-artifact@v7
372372
with:
373373
name: ${{ matrix.artifact }}
374374
- name: Compute package path

0 commit comments

Comments
 (0)