diff --git a/.github/workflows/pr-reviews.yml b/.github/workflows/pr-reviews.yml index 3d3c95cc25..ff2ea488b1 100644 --- a/.github/workflows/pr-reviews.yml +++ b/.github/workflows/pr-reviews.yml @@ -19,7 +19,7 @@ jobs: echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}" echo "${{ github.event.pull_request.number }}" > pull_request_number - name: Upload the PR number - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 with: name: pull_request_number path: ./pull_request_number \ No newline at end of file diff --git a/.github/workflows/srp-report.yml b/.github/workflows/srp-report.yml index 28d9f2802c..1a875a3eae 100644 --- a/.github/workflows/srp-report.yml +++ b/.github/workflows/srp-report.yml @@ -43,7 +43,7 @@ jobs: --version "1.0" --all-ephemeral true --build-type release echo "uid=${SRP_UID}" >> $GITHUB_OUTPUT - name: Archive SRP report - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 + uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 with: name: source-provenance path: source-provenance.json