diff --git a/.github/actions/analyze-comment/action.yml b/.github/actions/analyze-comment/action.yml index 7c23cb52d2..90edbc7ee2 100644 --- a/.github/actions/analyze-comment/action.yml +++ b/.github/actions/analyze-comment/action.yml @@ -24,7 +24,7 @@ runs: - name: Upload bundle if: github.event_name == 'push' - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0 + uses: actions/upload-artifact@v4.5.0 with: name: bundle path: .next/analyze/__bundle_analysis.json diff --git a/.github/actions/cypress/action.yml b/.github/actions/cypress/action.yml index b8f33afe93..57102ab4ec 100644 --- a/.github/actions/cypress/action.yml +++ b/.github/actions/cypress/action.yml @@ -29,7 +29,7 @@ runs: - name: download build if: github.event_name != 'workflow_run' - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v3.0.0 + uses: actions/download-artifact@v4.1.8 with: name: out path: out @@ -60,7 +60,7 @@ runs: CYPRESS_TENDERLY_PROJECT: ${{ inputs.CYPRESS_TENDERLY_PROJECT }} - name: upload screenshots - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0 + uses: actions/upload-artifact@v4.5.0 if: failure() with: name: cypress-fail-screenshots-${{ github.job }}-${{ matrix.market }} diff --git a/.github/workflows/build-test-deploy-dev.yml b/.github/workflows/build-test-deploy-dev.yml index 33bfb13e05..da80830bae 100644 --- a/.github/workflows/build-test-deploy-dev.yml +++ b/.github/workflows/build-test-deploy-dev.yml @@ -93,7 +93,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 - name: download build - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v3.0.0 + uses: actions/download-artifact@v4.1.8 # v3.0.0 with: name: nextjs_build path: .next @@ -111,7 +111,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 - name: download build - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v3.0.0 + uses: actions/download-artifact@v4.1.8 # v3.0.0 with: name: out path: out diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 3a99794bec..4bf205ada0 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -114,7 +114,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 - name: download build - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v3.0.0 + uses: actions/download-artifact@v4.1.8 # v3.0.0 with: name: nextjs_build path: .next @@ -137,7 +137,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 - name: download build - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v3.0.0 + uses: actions/download-artifact@v4.1.8 # v3.0.0 with: name: out path: out diff --git a/.github/workflows/update-prod-staging.yml b/.github/workflows/update-prod-staging.yml index fd5233e61b..eff6e06763 100644 --- a/.github/workflows/update-prod-staging.yml +++ b/.github/workflows/update-prod-staging.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 - name: download build - uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v3.0.0 + uses: actions/download-artifact@v4.1.8 # v3.0.0 with: name: ${{ matrix.environment.artifact }} path: ${{ matrix.environment.build_path }}