diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a46c1bfd..df2a94835 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' steps: - name: Download Release Info - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: run_id: ${{ github.event.workflow_run.id }} name: release-info @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download and Extract Artifacts from build - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: run_id: ${{ github.event.workflow_run.id }} name: Signed diff --git a/.github/workflows/test-results.yml b/.github/workflows/test-results.yml index 55ceb26f3..fac5b9a84 100644 --- a/.github/workflows/test-results.yml +++ b/.github/workflows/test-results.yml @@ -22,7 +22,7 @@ jobs: steps: # Need to download from the associated workflow - name: Download and Extract Artifacts from build - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts