Skip to content

Commit

Permalink
Merge pull request #124 from Real-Dev-Squad/fix/action-artifact-versi…
Browse files Browse the repository at this point in the history
…on2-to-3

chore: udpate actions/download-artifact version to 3
  • Loading branch information
MehulKChaudhari authored Sep 15, 2024
2 parents 1c77387 + 91de89d commit 9029d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: aws-actions/setup-sam@v1
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: packaged.yaml

Expand Down

0 comments on commit 9029d86

Please sign in to comment.