diff --git a/.github/workflows/publish_benchmarks.yml b/.github/workflows/publish_benchmarks.yml index 32a9a0543..2e282493f 100644 --- a/.github/workflows/publish_benchmarks.yml +++ b/.github/workflows/publish_benchmarks.yml @@ -120,7 +120,7 @@ jobs: pip install pytest-benchmark[histogram] - name: Download the benchmarks - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: benchmark-data-files* path: benchmarks diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 111a55cd3..958c7d9ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -257,7 +257,7 @@ jobs: pip --version - name: Download the ci build wheel binary wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: python-package-distributions* path: dist