From f33ee947faf5d1bf9c0ed67b9f203c4ccf7e17a2 Mon Sep 17 00:00:00 2001 From: Martin Yeo <40734014+trexfeathers@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:31:43 +0000 Subject: [PATCH] Roll back refresh-lockfiles.yml to use artifacts v3. (#35) --- .github/workflows/refresh-lockfiles.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/refresh-lockfiles.yml b/.github/workflows/refresh-lockfiles.yml index 5f08351..259a453 100644 --- a/.github/workflows/refresh-lockfiles.yml +++ b/.github/workflows/refresh-lockfiles.yml @@ -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 @@ -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