Skip to content

Commit

Permalink
Add job name to artifact for adopting actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesin11 committed Dec 17, 2023
1 parent c41b769 commit d1f5a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: npm run test
- uses: actions/upload-artifact@v4
with:
name: junit test reports
name: "junit test reports ${{ matrix.container }}"
path: junit

cli_test:
Expand Down

0 comments on commit d1f5a4b

Please sign in to comment.