From b95306fb0364d8fd24895343800700aee29a4995 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 01:35:50 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/maturin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maturin.yml b/.github/workflows/maturin.yml index 08ffdf3..0e6f16a 100644 --- a/.github/workflows/maturin.yml +++ b/.github/workflows/maturin.yml @@ -115,7 +115,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/')" needs: [linux, windows, macos, sdist] steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: wheels - name: Publish to PyPI