diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 649b1c1..5755d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: run: python -m pip install --upgrade coverage[toml] - name: Download data - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: pattern: coverage-data-* merge-multiple: true diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 5b47a4f..8681552 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -48,7 +48,7 @@ jobs: id-token: write # this permission is mandatory for trusted publishing steps: - name: Download built distribution - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: name: distribution-files path: dist