Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cpcloud committed Dec 15, 2023
1 parent 059e51c commit 12d64b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
token: ${{ steps.generate_pr_token.outputs.token }}

- name: download conda lock files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: conda-lock-files-${{ github.run_attempt }}
path: ci/conda-lock
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: download poetry lockfile
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: deps
path: deps
Expand Down

0 comments on commit 12d64b3

Please sign in to comment.