Skip to content

Commit f43997f

Browse files
authored
Update upload artifact version (#36)
1 parent 465f4c1 commit f43997f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/pytest-cpu/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ runs:
9797
make test-dist PYTEST='${{ inputs.pytest_command }}' EXTRA_ARGS="$COMMON_ARGS" WORLD_SIZE=2
9898
9999
python -m coverage combine
100-
- uses: actions/upload-artifact@v3
100+
- uses: actions/upload-artifact@v4
101101
with:
102102
name: coverage-${{ github.sha }}-${{ inputs.name }}
103103
include-hidden-files: true

0 commit comments

Comments
 (0)