diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0bf12d..6f16d28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: - name: Retrieve the coverage reports id: download - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: pattern: coverage-* merge-multiple: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51e7e41..eba690b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Retrieve the package distributions - uses: actions/download-artifact@v5.0.0 + uses: actions/download-artifact@v6.0.0 with: name: pyambit-dist path: dist