Skip to content

Commit 4d6babb

Browse files
Update actions/download-artifact action to v5
1 parent 095a522 commit 4d6babb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Checkout
5959
uses: actions/checkout@v4
6060
- name: Download coverage reports
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@v5
6262
- name: Install ReportGenerator tool
6363
run: dotnet tool install -g dotnet-reportgenerator-globaltool
6464
- name: Prepare coverage reports
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- name: 'Download build'
89-
uses: actions/download-artifact@v4
89+
uses: actions/download-artifact@v5
9090
with:
9191
name: 'ubuntu-latest'
9292
- name: 'Add NuGet source'
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-latest
105105
steps:
106106
- name: 'Download build'
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@v5
108108
with:
109109
name: 'ubuntu-latest'
110110
- name: 'Upload NuGet package and symbols'

0 commit comments

Comments
 (0)