Skip to content

Commit

Permalink
update to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gracejychang committed Nov 27, 2024
1 parent 8650ee0 commit ec6b5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-and-save-test-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
SAFE_REF_NAME=${{ env.SAFE_REF_NAME }}
SAFE_REF_NAME=${SAFE_REF_NAME//[\/.]/}
echo SAFE_REF_NAME=${SAFE_REF_NAME} >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ env.SAFE_REF_NAME }}--coverage-report
path: ./baseline-report.json

0 comments on commit ec6b5e0

Please sign in to comment.