Skip to content

Commit

Permalink
Downgrade download-artifact
Browse files Browse the repository at this point in the history
It's not saving the newly created appspec.yml. Maybe it's a caching problem?
  • Loading branch information
waldoj committed Dec 27, 2023
1 parent d8d5cf5 commit 4e89cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fi
- run: ls appspec*
- name: Save secret-populated code for a subsequent deploy step
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: codebase
path: .
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- run: echo "Deploy branch is ${{ needs.build.outputs.github_branch }}"
- name: Get the secret-populated code
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: codebase
- name: Configure AWS credentials
Expand Down

0 comments on commit 4e89cb1

Please sign in to comment.