Skip to content

Commit

Permalink
chore: update version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Feb 3, 2025
1 parent f6f0887 commit c37a299
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/load-verdaccio-with-amplify-js/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ 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@4
if: failure()
with:
name: ${{ inputs.test_name }}-npm-log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-canary-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@4
if: failure()
with:
name: ${{ inputs.test_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-e2e-test-headless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@4
if: failure()
with:
name: ${{ inputs.test_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@4
if: failure()
with:
name: ${{ inputs.test_name }}
Expand Down

0 comments on commit c37a299

Please sign in to comment.