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 5ffb90b commit f959516Copy full SHA for f959516
.github/workflows/continuous-integration.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run tests
44
run: yarn test --coverage
45
- name: Store code coverage report
46
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
47
with:
48
name: coverage
49
path: coverage/
@@ -76,7 +76,7 @@ jobs:
76
77
fetch-depth: 2
78
- name: Download Coverage report
79
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
80
81
82
0 commit comments