Skip to content

Commit

Permalink
Refresh lockfiles work with artifact v4. (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers authored Nov 6, 2024
1 parent f949bd1 commit 365ed13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/refresh-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
$CONDA/bin/conda-lock lock -k explicit -p linux-64 -f requirements/${{matrix.python}}.yml
mv conda-linux-64.lock ${{matrix.python}}-linux-64.lock
- name: output lockfile
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{matrix.python}}-linux-64.lock

Expand All @@ -67,9 +67,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: get artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts
merge-multiple: true

- name: Update lock files in repo
run: |
Expand Down

0 comments on commit 365ed13

Please sign in to comment.