diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bea0aba5d..b09c8f0cd 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@v6 + uses: dawidd6/action-download-artifact@v8 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@v6 + uses: dawidd6/action-download-artifact@v8 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 26c7d3bfa..69db1d88b 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@v6 + uses: dawidd6/action-download-artifact@v8 with: run_id: ${{ github.event.workflow_run.id }} path: artifacts