Skip to content

Commit c26d208

Browse files
authored
Merge pull request #138 from basics/renovate/major-github-artifact-actions
chore(deps): update actions/download-artifact action to v5
2 parents 83b174e + 7339cc2 commit c26d208

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
109109

110110
- name: download vitest code coverage results
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v5
112112
with:
113113
name: vitest-code-coverage-report
114114
path: ./coverage/

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
109109

110110
- name: download vitest code coverage results
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v5
112112
with:
113113
name: vitest-code-coverage-report
114114
path: ./coverage/
@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: download vitest code coverage results
134-
uses: actions/download-artifact@v4
134+
uses: actions/download-artifact@v5
135135
with:
136136
name: vitest-code-coverage-report
137137
path: ./coverage/

0 commit comments

Comments
 (0)