Skip to content

Commit 7199aa0

Browse files
chore(deps): update github artifact actions
1 parent 9962938 commit 7199aa0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/beta.yml

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

5050
- name: archive vitest code coverage results
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: vitest-code-coverage-report
5454
path: ./coverage/
@@ -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@v5
111+
uses: actions/download-artifact@v7
112112
with:
113113
name: vitest-code-coverage-report
114114
path: ./coverage/

.github/workflows/feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: npm run coverage
4646

4747
- name: archive vitest code coverage results
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: vitest-code-coverage-report
5151
path: ./coverage/
@@ -67,7 +67,7 @@ jobs:
6767
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
6868

6969
- name: download vitest code coverage results
70-
uses: actions/download-artifact@v5
70+
uses: actions/download-artifact@v7
7171
with:
7272
name: vitest-code-coverage-report
7373
path: ./coverage/

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npm run coverage
4949

5050
- name: archive vitest code coverage results
51-
uses: actions/upload-artifact@v4
51+
uses: actions/upload-artifact@v6
5252
with:
5353
name: vitest-code-coverage-report
5454
path: ./coverage/
@@ -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@v5
111+
uses: actions/download-artifact@v7
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@v5
134+
uses: actions/download-artifact@v7
135135
with:
136136
name: vitest-code-coverage-report
137137
path: ./coverage/

0 commit comments

Comments
 (0)