Skip to content

Commit

Permalink
Roll back refresh-lockfiles.yml to use artifacts v3. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Jan 3, 2024
1 parent 9dea21a commit f33ee94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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@v4
uses: actions/upload-artifact@v3
with:
path: ${{matrix.python}}-linux-64.lock

Expand All @@ -67,7 +67,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: get artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down

0 comments on commit f33ee94

Please sign in to comment.