From 27e1eea6ddd8ac72674d3bb1e4d4a1bb71f7edf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 16:28:55 +0000 Subject: [PATCH] chore(deps): pin actions/upload-artifact action to 6546280 --- .github/workflows/mobile-curriculum-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobile-curriculum-e2e.yml b/.github/workflows/mobile-curriculum-e2e.yml index 3c2a7138a..4c479f12f 100644 --- a/.github/workflows/mobile-curriculum-e2e.yml +++ b/.github/workflows/mobile-curriculum-e2e.yml @@ -78,7 +78,7 @@ jobs: - name: Run playwright tests run: npx playwright test --config=playwright-mobile.config.ts - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4 if: ${{ !cancelled() }} with: name: playwright-report-mobile