diff --git a/.github/workflows/python-test-coverage-report.yml b/.github/workflows/python-test-coverage-report.yml index d170055..ec9c095 100644 --- a/.github/workflows/python-test-coverage-report.yml +++ b/.github/workflows/python-test-coverage-report.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Download coverage report - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v8 with: github-token: ${{ github.token }} run-id: ${{ github.event.workflow_run.id }}