Skip to content

Commit bc58178

Browse files
committed
Add artifacts to build
1 parent b557d50 commit bc58178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
run: bash ./scripts/workflow/format_workflow_outputs.sh ${{ job.status }} ${{ env.START_TIME }}
5656
- name: Upload Artifact
5757
if: success() || failure()
58-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
58+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
5959
with:
6060
name: lint-status
61-
path: lint-results.json
61+
path: build
6262
retention-days: 1
6363

6464
unit-test:

0 commit comments

Comments
 (0)