Skip to content

Commit bdc264e

Browse files
chore(deps): update actions/download-artifact action to v5 (#865)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67eefc2 commit bdc264e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v4
8585
- name: Setup .NET
8686
uses: ./.github/setup-dotnet
87-
- uses: actions/download-artifact@v4
87+
- uses: actions/download-artifact@v5
8888
with:
8989
name: nuget
9090
path: ${{ env.NuGetDirectory }}
@@ -204,7 +204,7 @@ jobs:
204204
- name: Install dotnet-coverage
205205
run: dotnet tool update --global dotnet-coverage
206206
- name: Download test results
207-
uses: actions/download-artifact@v4
207+
uses: actions/download-artifact@v5
208208
with:
209209
pattern: test-results-*
210210
path: test-results
@@ -228,7 +228,7 @@ jobs:
228228
- uses: actions/checkout@v4
229229
- name: Setup .NET
230230
uses: ./.github/setup-dotnet
231-
- uses: actions/download-artifact@v4
231+
- uses: actions/download-artifact@v5
232232
with:
233233
name: nuget
234234
path: ${{ env.NuGetDirectory }}

0 commit comments

Comments
 (0)