We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b557d50 commit bc58178Copy full SHA for bc58178
.github/workflows/ci.yml
@@ -55,10 +55,10 @@ jobs:
55
run: bash ./scripts/workflow/format_workflow_outputs.sh ${{ job.status }} ${{ env.START_TIME }}
56
- name: Upload Artifact
57
if: success() || failure()
58
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
59
with:
60
name: lint-status
61
- path: lint-results.json
+ path: build
62
retention-days: 1
63
64
unit-test:
0 commit comments