diff --git a/.github/workflows/reusable-deploy-cloudflare-pages.yml b/.github/workflows/reusable-deploy-cloudflare-pages.yml index 05c2e54a..22ba300c 100644 --- a/.github/workflows/reusable-deploy-cloudflare-pages.yml +++ b/.github/workflows/reusable-deploy-cloudflare-pages.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download built app - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: ${{ inputs.build-artifact-name }} # This whole step was created to mitigate an error: Cloudflare Pages deploying failed as PR branch was removed diff --git a/.github/workflows/reusable-deploy-github-pages.yml b/.github/workflows/reusable-deploy-github-pages.yml index 70243ce5..ecb075f5 100644 --- a/.github/workflows/reusable-deploy-github-pages.yml +++ b/.github/workflows/reusable-deploy-github-pages.yml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 5 steps: - name: Download built app - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: ${{ inputs.build-artifact-name }} - name: Setup Pages diff --git a/.github/workflows/reusable-performance.yml b/.github/workflows/reusable-performance.yml index 408024fc..cc57cadf 100644 --- a/.github/workflows/reusable-performance.yml +++ b/.github/workflows/reusable-performance.yml @@ -37,7 +37,7 @@ jobs: - name: Setup uses: ./.github/actions/setup - name: Download built app - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: ${{ inputs.build-artifact-name }} path: ${{ env.BROWSER_DIST_DIR }} @@ -67,7 +67,7 @@ jobs: - name: Setup uses: ./.github/actions/setup - name: Download built app - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: name: ${{ inputs.build-artifact-name }} path: ${{ env.BROWSER_DIST_DIR }} diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index 1c312652..bf8bb850 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -118,7 +118,7 @@ jobs: - name: Setup uses: ./.github/actions/setup - name: Download code coverage reports - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4 with: pattern: ${{ env.COVERAGE_ARTIFACT_NAME_PREFIX }}* path: ${{ env.COVERAGE_DIR }}