diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 943a9a14f5a..2805c9c0734 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -167,7 +167,7 @@ jobs: # The actual upload to Codecov is executed by a different workflow `upload_coverage.yml`. # The reason for this split is because `on.pull_request` workflows don't have access to secrets. - name: Store coverage report in artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: codecov_report path: |