From 8e6b7ac198a1358a92730d5794d68c68bad6c4ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 17:00:37 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d687f2..c082715 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: run: hatch build - name: Upload Sdist and Wheel to GitHub - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: module path: "dist/*"