Skip to content

Commit

Permalink
ci: use AWS CLI v2
Browse files Browse the repository at this point in the history
Use AWS CLI v2 as v1 does not seem to be supported anymore on Ubuntu 24.04 (see
also [this issue comment](unfor19/install-aws-cli-action#31 (comment)).
  • Loading branch information
florianesser authored and stempler committed Feb 3, 2025
1 parent 749cb45 commit da5b10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Install AWS CLI
uses: unfor19/install-aws-cli-action@e8b481e524a99f37fbd39fdc1dcb3341ab091367 # v1.0.7
with:
version: 1
version: 2

- name: Update site
env:
Expand Down

0 comments on commit da5b10f

Please sign in to comment.