diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19c7aec86..3cebfe873 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@v9 + uses: dawidd6/action-download-artifact@v11 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@v9 + uses: dawidd6/action-download-artifact@v11 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 23f12a6e8..972fdb998 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@v9 + uses: dawidd6/action-download-artifact@v11 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts