Skip to content

Commit

Permalink
Merge pull request #259 from aws-amplify/update-upload-artifact
Browse files Browse the repository at this point in the history
fix: update version of deprecated upload-artifact action
  • Loading branch information
jordanvn authored Jan 16, 2025
2 parents 92b4679 + deff4a6 commit f31b96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/callable-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
prod \
$E2E_AMPLIFY_JS_DIR
- name: Upload artifact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.5.0 https://github.com/actions/upload-artifact/commit/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
if: failure()
with:
name: ${{ inputs.test_name }}
Expand Down

0 comments on commit f31b96c

Please sign in to comment.