Skip to content

Commit

Permalink
Merge pull request #4 from get-bridge/PLT-777-update-upload-download-…
Browse files Browse the repository at this point in the history
…artifact-package

update to artifact package to v4
  • Loading branch information
gombb authored Jan 24, 2025
2 parents 37d2543 + 1fc4b10 commit 15e90aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
args: zip -qq -r aws-sam.zip README.md .aws-sam
- name: Upload build archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: aws-sam
path: aws-sam.zip
Expand All @@ -35,7 +35,7 @@ jobs:
aws_region: ap-southeast-2
steps:
- name: Download build archive
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: aws-sam
- name: Unzip build archive
Expand Down

0 comments on commit 15e90aa

Please sign in to comment.