Skip to content

Commit

Permalink
ci: fix lint artifact name (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc authored Feb 13, 2025
1 parent d85d147 commit 5a4c1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: lint-results-${{ github.run_id }}
name: lint-results-${{ github.run_id }}-node-v${{ matrix.node-version }}
path: ${{ env.TEST_PATH }}

- name: Publish Test Report
Expand Down

0 comments on commit 5a4c1d3

Please sign in to comment.