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