We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b76f1 commit 8584435Copy full SHA for 8584435
.github/workflows/continuous-integration.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Run unit tests
65
run: yarn test
66
- name: Store code coverage report
67
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v7
68
with:
69
name: coverage
70
path: coverage/
@@ -79,7 +79,7 @@ jobs:
79
80
fetch-depth: 2
81
- name: Download NodeJS Unit Test Coverage report
82
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v8
83
84
85
0 commit comments