diff --git a/.github/workflows/ci-prb-reports.yml b/.github/workflows/ci-prb-reports.yml index 0134f57788..e887baad44 100644 --- a/.github/workflows/ci-prb-reports.yml +++ b/.github/workflows/ci-prb-reports.yml @@ -14,7 +14,7 @@ jobs: os: [ ubuntu-latest ] steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@b7337e51c4775d1f22357423ade50ee0a5f5779e + uses: dawidd6/action-download-artifact@6765a42d86407a3d532749069ac03705ad82ebc6 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }} diff --git a/.github/workflows/ci-prq-reports.yml b/.github/workflows/ci-prq-reports.yml index 14c4fe2106..ba80a6664a 100644 --- a/.github/workflows/ci-prq-reports.yml +++ b/.github/workflows/ci-prq-reports.yml @@ -12,7 +12,7 @@ jobs: java: [ 8, 11, 17 ] steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@b7337e51c4775d1f22357423ade50ee0a5f5779e + uses: dawidd6/action-download-artifact@6765a42d86407a3d532749069ac03705ad82ebc6 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }} @@ -35,7 +35,7 @@ jobs: java: [ 8, 11 ] steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@b7337e51c4775d1f22357423ade50ee0a5f5779e + uses: dawidd6/action-download-artifact@6765a42d86407a3d532749069ac03705ad82ebc6 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }} @@ -58,7 +58,7 @@ jobs: java: [ 8, 11 ] steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@b7337e51c4775d1f22357423ade50ee0a5f5779e + uses: dawidd6/action-download-artifact@6765a42d86407a3d532749069ac03705ad82ebc6 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: ${{ github.event.workflow_run.workflow_id }}