diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37fd457..9e125ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: run: uv tool install nox - name: Download coverage data - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: coverage-data diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ad98c36..7a9bc20 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -128,7 +128,7 @@ jobs: needs: [linux, macos, windows, sdist] steps: - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist pattern: wheels-*