diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 7acdff7e..5e0f5849 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -48,7 +48,7 @@ jobs: run: yarn e2e - name: Upload Cypress screenshots if: failure() - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 with: name: OperationsGateway Screenshots path: cypress/screenshots @@ -69,7 +69,7 @@ jobs: run: yarn playwright:test:mocked - name: Upload test report - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 if: always() with: name: playwright-report-mocked-tests @@ -227,7 +227,7 @@ jobs: run: yarn playwright:test:real - name: Upload test report - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4 if: always() with: name: playwright-report-real-tests