We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3badf50 commit 512797bCopy full SHA for 512797b
.github/workflows/build-test.yml
@@ -94,7 +94,7 @@ jobs:
94
target-folder: coverage
95
96
- name: Upload coverage report artifact
97
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
98
with:
99
name: CoverageReport # Artifact name
100
path: coveragereport # Directory containing files to upload
.github/workflows/depcheck.yml
@@ -69,7 +69,7 @@ jobs:
69
# --suppression ./src/dependency-suppression.xml
70
71
- name: ⬆️ Upload Test results
72
73
74
name: Depcheck report
75
path: ${{github.workspace}}/reports
0 commit comments