diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index fddeffc26d..6237f6ffff 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -115,7 +115,7 @@ jobs: - name: Archive asv results if: ${{ always() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: asv-report path: | diff --git a/.github/workflows/refresh-lockfiles.yml b/.github/workflows/refresh-lockfiles.yml index c48a631bbd..1526d8f056 100644 --- a/.github/workflows/refresh-lockfiles.yml +++ b/.github/workflows/refresh-lockfiles.yml @@ -47,7 +47,7 @@ jobs: $CONDA/bin/conda-lock lock -k explicit -p linux-64 -f requirements/ci/py${{matrix.python}}.yml mv conda-linux-64.lock py${{matrix.python}}-linux-64.lock - name: output lockfile - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: py${{matrix.python}}-linux-64.lock