Skip to content

Commit bff45eb

Browse files
chore(deps): update github artifact actions
1 parent cd50a66 commit bff45eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: yarn test
4949
- name: Store code coverage report
5050
if: ${{ matrix.node == '22' }}
51-
uses: actions/upload-artifact@v5
51+
uses: actions/upload-artifact@v7
5252
with:
5353
name: coverage
5454
path: coverage/
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
fetch-depth: 2
8888
- name: Download Coverage report
89-
uses: actions/download-artifact@v6
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: coverage
9292
path: coverage/

0 commit comments

Comments
 (0)