From 8386e3f3be0a3c29776b237339ba68a407c804a5 Mon Sep 17 00:00:00 2001 From: Nat Noordanus Date: Sat, 9 Nov 2024 23:31:24 +0100 Subject: [PATCH] chore: update artifact actions in ci workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab4889534..5f7bcdb76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - name: Store the distribution packages if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@4 with: name: python-package-distributions path: dist/ @@ -97,7 +97,7 @@ jobs: id-token: write steps: - name: Download all the dists - uses: actions/download-artifact@v3 + uses: actions/download-artifact@4 with: name: python-package-distributions path: dist/