Skip to content

Commit 28b6fcc

Browse files
authored
Merge pull request #787 from sir-gon/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
2 parents d286a71 + 3155f19 commit 28b6fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Download coverage artifact
51-
uses: actions/download-artifact@v4
51+
uses: actions/download-artifact@v5
5252
with:
5353
name: coverage-report
5454
path: coverage
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 0
7272

7373
- name: Download coverage artifact
74-
uses: actions/download-artifact@v4
74+
uses: actions/download-artifact@v5
7575
with:
7676
name: coverage-report
7777
path: coverage

0 commit comments

Comments
 (0)