diff --git a/.github/workflows/pr-comment-link.yaml b/.github/workflows/pr-comment-link.yaml index c248cf7..957030d 100644 --- a/.github/workflows/pr-comment-link.yaml +++ b/.github/workflows/pr-comment-link.yaml @@ -15,7 +15,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' && github.actor != 'dependabot[bot]' steps: - name: Download all test reports - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: path: test-results pattern: pytest-results-*