Skip to content

Commit

Permalink
Use v3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Feb 5, 2024
1 parent 222b597 commit 2a5a947
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
echo "UPLOAD_NAME=$UPLOAD_NAME" >> $GITHUB_ENV
- name: upload-artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{env.UPLOAD_NAME}}
path: ${{env.ARTIFACT_NAME}}
Expand All @@ -185,6 +185,8 @@ jobs:
s3_ran: ${{ steps.deploy-to-target.outputs.s3_ran }}

steps:
- name: Checkout
uses: actions/checkout@v4
- name: check-deployment-target
id: check-deployment-target
if: ${{github.event.action == 'published'}}
Expand Down

0 comments on commit 2a5a947

Please sign in to comment.