Skip to content

Commit

Permalink
fix(gha): update download-artifact
Browse files Browse the repository at this point in the history
required for compatibility with upload-artifact
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jan 24, 2024
1 parent afd7f60 commit 41d0119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
debug_enabled: ${{ needs.set-variables.outputs.debug }}

- name: Download Flyte config
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # ratchet:actions/download-artifact@v4
with:
name: flyte-config
path: .flyte/
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
debug_enabled: ${{ needs.set-variables.outputs.debug }}

- name: Download Flyte config
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # ratchet:actions/download-artifact@v4
with:
name: flyte-config
path: .flyte/
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
name: release
url: https://pypi.org/project/pyrovelocity/${{needs.release.outputs.version}}/
steps:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # ratchet:actions/download-artifact@v3
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # ratchet:actions/download-artifact@v4
with:
name: poetry-build
path: ./dist
Expand Down

0 comments on commit 41d0119

Please sign in to comment.