Skip to content

Commit

Permalink
Merge pull request #222 from Real-Dev-Squad/fix/artifactVersionChange
Browse files Browse the repository at this point in the history
Changed the artifact version from 2 to 3
  • Loading branch information
MehulKChaudhari authored Sep 15, 2024
2 parents 679865c + a7a9cff commit 020201a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
--image-repository ${IMAGE_REPOSITORY} \
--region ${REGION} \
--output-template-file packaged.yaml
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: packaged.yaml
path: packaged.yaml
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: aws-actions/setup-sam@v1
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
name: packaged.yaml

Expand Down

0 comments on commit 020201a

Please sign in to comment.