From 03be83048e3033dc4951cd57f3ffb1ccd4e8f071 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Thu, 5 Sep 2024 15:00:17 +0200 Subject: [PATCH] Revert to upload/download v3 v4 why are you so difficult --- .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 d3af49c1..f3285fbf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -290,7 +290,7 @@ jobs: permissions: id-token: write steps: - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v3 with: name: dist - name: List artifacts @@ -309,7 +309,7 @@ jobs: needs: [build-test, build-sdist] runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v3 with: name: dist - name: List artifacts