We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053edde commit cf384e4Copy full SHA for cf384e4
1 file changed
.github/workflows/ci.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
44
- name: Archive code coverage results
45
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
46
with:
47
name: ${{ env.CODE_COVERAGE_ARTIFACT_NAME }}
48
path: "stackit/${{ env.CODE_COVERAGE_FILE_NAME }}"
0 commit comments