diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2dc8b96fe..0dc8f3f05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: - run: rm LICENSE.txt - name: Download LICENSE.txt - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-wheel-license path: . @@ -143,7 +143,7 @@ jobs: - run: rm LICENSE.txt - name: Download LICENSE.txt - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-wheel-license path: . @@ -180,7 +180,7 @@ jobs: - uses: actions/checkout@v5 - run: rm LICENSE.txt - name: Download LICENSE.txt - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-wheel-license path: . @@ -209,7 +209,7 @@ jobs: - uses: actions/checkout@v5 - run: rm LICENSE.txt - name: Download LICENSE.txt - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-wheel-license path: . @@ -239,7 +239,7 @@ jobs: - uses: actions/checkout@v5 - run: rm LICENSE.txt - name: Download LICENSE.txt - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-wheel-license path: . @@ -321,7 +321,7 @@ jobs: # Download the Linux wheel built in the previous job - name: Download pre-built Linux wheel - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dist-manylinux-x86_64 path: wheels/ @@ -375,7 +375,7 @@ jobs: # needs: [build-manylinux, build-python-mac-win] # runs-on: ubuntu-latest # steps: - # - uses: actions/download-artifact@v5 + # - uses: actions/download-artifact@v6 # - name: Publish to PyPI # uses: pypa/gh-action-pypi-publish@master # with: