diff --git a/.github/workflows/comment-on-pr.yml b/.github/workflows/comment-on-pr.yml index 75f83a9..eeeaaae 100644 --- a/.github/workflows/comment-on-pr.yml +++ b/.github/workflows/comment-on-pr.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Get the PR Number artifact - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} workflow_conclusion: "" @@ -27,7 +27,7 @@ jobs: - name: Confirm the PR Number (Debugging) run: echo $PR_NUMBER - name: Get the code coverage results file - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v7 with: workflow: ${{ github.event.workflow_run.workflow_id }} workflow_conclusion: ""