diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 95800d09..fa518260 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -122,7 +122,7 @@ jobs: pip-install: pytest - name: Download wheel - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist pattern: wheel-${{ runner.os }}-${{ runner.arch }}-* diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e3e2b579..c1ec0a59 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -31,14 +31,14 @@ jobs: steps: - name: Download sdist artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist pattern: sdist merge-multiple: true - name: Download wheel artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist pattern: wheel-*