From c1a907de2c5c46fc32c80437f7e5749f3ea37e6f Mon Sep 17 00:00:00 2001 From: Felicio Cassalho <61760479+felicio93@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:01:02 -0400 Subject: [PATCH] Update release.yml update download-artifact to v4 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d2310a..dcbdff4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: runs-on: ubuntu-latest steps: - name: retrieve wheel(s) and source - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: build path: dist