Skip to content

Commit

Permalink
Update upload artifact version (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-chu authored Jan 9, 2025
1 parent 465f4c1 commit f43997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pytest-cpu/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ runs:
make test-dist PYTEST='${{ inputs.pytest_command }}' EXTRA_ARGS="$COMMON_ARGS" WORLD_SIZE=2
python -m coverage combine
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coverage-${{ github.sha }}-${{ inputs.name }}
include-hidden-files: true
Expand Down

0 comments on commit f43997f

Please sign in to comment.