diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81e3a5ab4..8b5b2fd6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: download covearge - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: code-coverage-report - name: check coverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a537c698..81dc167c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,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/ @@ -60,7 +60,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/