Skip to content

Commit

Permalink
fix: update version of deprecated upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanvn committed Jan 16, 2025
1 parent 92b4679 commit deff4a6
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 deff4a6

Please sign in to comment.