diff --git a/.github/workflows/python-wheels-test.yml b/.github/workflows/python-wheels-test.yml index 0c959706..96839b0a 100644 --- a/.github/workflows/python-wheels-test.yml +++ b/.github/workflows/python-wheels-test.yml @@ -31,7 +31,7 @@ jobs: python-version: '3.12' - name: Download the wheels - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist/ pattern: python-wheels-${{runner.os}}_${{inputs.arch}}* diff --git a/.github/workflows/python-wheels.yml b/.github/workflows/python-wheels.yml index 63701445..aabd4f47 100644 --- a/.github/workflows/python-wheels.yml +++ b/.github/workflows/python-wheels.yml @@ -144,7 +144,7 @@ jobs: - uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist/ pattern: python-wheels-*