diff --git a/.github/actions/load-verdaccio-with-amplify-js/action.yml b/.github/actions/load-verdaccio-with-amplify-js/action.yml index c8cd349cb86..3d7bd7b96a9 100644 --- a/.github/actions/load-verdaccio-with-amplify-js/action.yml +++ b/.github/actions/load-verdaccio-with-amplify-js/action.yml @@ -49,10 +49,11 @@ runs: yarn info aws-amplify@unstable description npm info aws-amplify@unstable version - name: Upload artifact - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: failure() with: name: ${{ inputs.test_name }}-npm-log if-no-files-found: ignore path: /Users/runner/.npm/_logs/ retention-days: 3 + overwrite: true diff --git a/.github/workflows/callable-canary-e2e-tests.yml b/.github/workflows/callable-canary-e2e-tests.yml index 559c9aad6f4..eeb360c2c04 100644 --- a/.github/workflows/callable-canary-e2e-tests.yml +++ b/.github/workflows/callable-canary-e2e-tests.yml @@ -138,7 +138,7 @@ jobs: working-directory: amplify-js-samples-staging shell: bash - name: Upload artifact - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: failure() with: name: ${{ inputs.test_name }} @@ -147,3 +147,4 @@ jobs: amplify-js-samples-staging/cypress/videos amplify-js-samples-staging/cypress/screenshots retention-days: 14 + overwrite: true diff --git a/.github/workflows/callable-e2e-test-headless.yml b/.github/workflows/callable-e2e-test-headless.yml index 5420637d63b..2716a5753c0 100644 --- a/.github/workflows/callable-e2e-test-headless.yml +++ b/.github/workflows/callable-e2e-test-headless.yml @@ -65,7 +65,7 @@ jobs: -n $E2E_RETRY_COUNT - name: Upload artifact - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: failure() with: name: ${{ inputs.test_name }} @@ -74,3 +74,4 @@ jobs: amplify-js-samples-staging/cypress/videos amplify-js-samples-staging/cypress/screenshots retention-days: 14 + overwrite: true diff --git a/.github/workflows/callable-e2e-test.yml b/.github/workflows/callable-e2e-test.yml index a0bfd77d22f..9eb0eca702e 100644 --- a/.github/workflows/callable-e2e-test.yml +++ b/.github/workflows/callable-e2e-test.yml @@ -148,7 +148,7 @@ jobs: yarn "$E2E_YARN_SCRIPT" "$E2E_YARN_SCRIPT_ARGS" fi - name: Upload artifact - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 if: failure() with: name: ${{ inputs.test_name }} @@ -157,3 +157,4 @@ jobs: amplify-js-samples-staging/cypress/videos amplify-js-samples-staging/cypress/screenshots retention-days: 14 + overwrite: true