diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ee4ffa482f..abb83c04f0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -137,7 +137,7 @@ jobs: - name: Upload benchmark logs on failure if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 with: name: logs path: artifacts diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 940d9d3a59..4b70974bee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -149,7 +149,7 @@ jobs: - name: Upload artifacts on failure if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 with: path: artifacts @@ -251,7 +251,7 @@ jobs: - name: Upload artifacts on failure if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 with: path: artifacts @@ -321,7 +321,7 @@ jobs: - name: Upload artifacts on failure if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 with: path: artifacts @@ -455,7 +455,7 @@ jobs: - name: Upload mock server test logs on failure if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 with: name: logs-${{ matrix.workerIndex }} path: artifacts diff --git a/.github/workflows/icu-book.yml b/.github/workflows/icu-book.yml index f38956049c..4a42719029 100644 --- a/.github/workflows/icu-book.yml +++ b/.github/workflows/icu-book.yml @@ -55,7 +55,7 @@ jobs: - name: Upload test artifacts if: github.event_name == 'workflow_dispatch' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 with: name: desktop-test-icu path: stories @@ -63,7 +63,7 @@ jobs: - name: Upload release artifacts if: github.event_name != 'workflow_dispatch' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4 with: name: desktop-${{ github.ref_name }}-icu path: stories