diff --git a/.github/workflows/pr-reviews.yml b/.github/workflows/pr-reviews.yml index 98a0ed6a0ee5..3d3c95cc2554 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@c7d193f32edcb7bfad88892161225aeda64e9392 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 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 d5628d2fea4b..b7766cbab064 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@c7d193f32edcb7bfad88892161225aeda64e9392 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 with: name: source-provenance path: source-provenance.json