From f43997fef1640e0ca917399a28d22cc68d41e8a3 Mon Sep 17 00:00:00 2001 From: Brian <23239305+b-chu@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:51:35 -0500 Subject: [PATCH] Update upload artifact version (#36) --- .github/actions/pytest-cpu/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/pytest-cpu/action.yaml b/.github/actions/pytest-cpu/action.yaml index 9bbbbfe..513cc46 100644 --- a/.github/actions/pytest-cpu/action.yaml +++ b/.github/actions/pytest-cpu/action.yaml @@ -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