We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25d84f2 + 4b852af commit c1c446dCopy full SHA for c1c446d
1 file changed
.github/workflows/ci.yml
@@ -67,15 +67,15 @@ jobs:
67
68
- name: Upload coverage report
69
if: always()
70
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
71
with:
72
name: coverage
73
path: coverage/
74
if-no-files-found: ignore
75
76
- name: Upload test results
77
78
79
80
name: test-results
81
path: junit/
0 commit comments