We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7975bee + 72302a7 commit 2fdd428Copy full SHA for 2fdd428
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- run: npm run ci:check
27
- name: Upload coverage artifact
28
if: always()
29
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
30
with:
31
name: coverage-report
32
path: coverage/
0 commit comments