Skip to content

Commit

Permalink
fix: actions/download-artifact seems to be flaky
Browse files Browse the repository at this point in the history
Or at least, these failures have been happening since this upgrade:
 https://github.com/TBD54566975/ftl/actions/runs/7265272322/job/19794753369

Revert "chore(deps): update actions/download-artifact action to v4 (#731)"

This reverts commit fa6bf53.
  • Loading branch information
alecthomas committed Dec 19, 2023
1 parent 1b1e190 commit de04500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
- name: Init Hermit
uses: cashapp/activate-hermit@v1
- name: Retrieve Runner Docker image
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: docker-runner-artifact
path: artifacts/ftl-runner
- name: Retrieve Controller Docker image
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: docker-controller-artifact
path: artifacts/ftl-controller
Expand Down

0 comments on commit de04500

Please sign in to comment.