Skip to content

Commit dd0c3c2

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 41f75be commit dd0c3c2

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
@@ -163,17 +163,17 @@ jobs:
163163
with:
164164
fetch-depth: 0
165165
- name: Download code coverage files (MacOS)
166-
uses: actions/download-artifact@v4
166+
uses: actions/download-artifact@v5
167167
with:
168168
name: Code coverage (MacOS)
169169
path: Coverage/MacOS
170170
- name: Download code coverage files (Ubuntu)
171-
uses: actions/download-artifact@v4
171+
uses: actions/download-artifact@v5
172172
with:
173173
name: Code coverage (Ubuntu)
174174
path: Coverage/Ubuntu
175175
- name: Download code coverage files (Windows)
176-
uses: actions/download-artifact@v4
176+
uses: actions/download-artifact@v5
177177
with:
178178
name: Code coverage (Windows)
179179
path: Coverage/Windows

0 commit comments

Comments
 (0)