From 66bbda854c8a975c7c10053701d62bcf16312554 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:38:25 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eafbccb..8ddcbb8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: python -m cibuildwheel --output-dir dist - name: Create artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: wheels path: dist