diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc7bab1..64a0dfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: download coverage - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: code-coverage-report - name: check coverage diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb8eabe..7e73ea0 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@v6 + uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/ @@ -60,7 +60,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: python-package-distributions path: dist/