diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 8dae74781b44..e9318b59d090 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -54,7 +54,7 @@ jobs: review: ${{ github.event.inputs.review }} if: github.event_name != 'pull_request_review' - name: Upload `event.json` - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 if: github.event_name == 'pull_request_review' with: name: event.json diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc1c546992b9..2993c6aa0cbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - run: npm ci - run: npm run all - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 + - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 with: name: dist path: dist - - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 + - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4 with: name: action.yml path: action.yml