We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78dfcc commit 9074555Copy full SHA for 9074555
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
59
with:
60
name: lint-status
61
- path: .github/artifacts/lint-results.json
+ path: lint-result.json
62
retention-days: 1
63
64
unit-test:
0 commit comments