We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a213e commit d17b5c9Copy full SHA for d17b5c9
.github/workflows/run-dev-tests.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: save build as artifact
61
uses: actions/upload-artifact@v4
62
with:
63
- path: llvm-cov-target.tar
+ path: llvm-cov-assets.tar
64
name: cpp-linter-lib_tests-${{ runner.os }}-${{ github.run_id }}
65
retention-days: 1
66
0 commit comments