Skip to content

Commit f959516

Browse files
chore(deps): update github artifact actions
1 parent 5ffb90b commit f959516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests
4444
run: yarn test --coverage
4545
- name: Store code coverage report
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: coverage
4949
path: coverage/
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
fetch-depth: 2
7878
- name: Download Coverage report
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v7
8080
with:
8181
name: coverage
8282
path: coverage/

0 commit comments

Comments
 (0)