diff --git a/.github/workflows/code-cover-gen.yaml b/.github/workflows/code-cover-gen.yaml index 9ca498fe7e..67b4fd3127 100644 --- a/.github/workflows/code-cover-gen.yaml +++ b/.github/workflows/code-cover-gen.yaml @@ -65,7 +65,7 @@ jobs: ${RUNNER_TEMP}/pr-codecov-run-tests.sh artifacts/cover-${PR}-${BASE_SHA}.json "${CHANGED_PKGS}" - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: cover path: artifacts/cover-*.json