diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27f74c2..40d8462 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - run: python -m pip install --upgrade coverage[toml] - name: Download coverage data - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: coverage-data-* merge-multiple: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69b213a..98242b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: python-package-distributions path: dist/