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 62cde9a commit 194dc2dCopy full SHA for 194dc2d
.github/workflows/CI.yml
@@ -52,11 +52,10 @@ jobs:
52
53
- name: Upload coverage
54
if: ${{matrix.node == 'current'}}
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
with:
57
name: Coverage
58
path: packages/*/coverage/coverage-summary.json
59
- #if-no-files-found: error
60
retention-days: 1
61
coverage:
62
@@ -70,7 +69,7 @@ jobs:
70
69
uses: ./.github/actions/prepareEnvironment
71
72
- name: Download coverage
73
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
74
75
76
0 commit comments