From d11d49647ce64d7b2b4f741dc8dc8981eb6bf9ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 03:11:56 +0000 Subject: [PATCH] chore(deps): pin actions/upload-artifact action to a8a3f3a --- .github/workflows/ci-heavy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-heavy.yml b/.github/workflows/ci-heavy.yml index e31b765d..b28c802e 100644 --- a/.github/workflows/ci-heavy.yml +++ b/.github/workflows/ci-heavy.yml @@ -89,7 +89,7 @@ jobs: INSTA_UPDATE: new - name: Upload snapshots of failed tests if: ${{ failure() && steps.run_tests.outcome == 'failure' }} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 with: name: failed-snapshots-${{ matrix.job.os }} path: "**/snapshots/*.snap.new"