Skip to content

Commit 8584435

Browse files
chore(deps): update github artifact actions
1 parent 03b76f1 commit 8584435

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
@@ -64,7 +64,7 @@ jobs:
6464
- name: Run unit tests
6565
run: yarn test
6666
- name: Store code coverage report
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v7
6868
with:
6969
name: coverage
7070
path: coverage/
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
fetch-depth: 2
8181
- name: Download NodeJS Unit Test Coverage report
82-
uses: actions/download-artifact@v6
82+
uses: actions/download-artifact@v8
8383
with:
8484
name: coverage
8585
path: coverage/

0 commit comments

Comments
 (0)