diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61896e43..f1680636 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: - run: rm LICENSE.txt - name: Download LICENSE.txt - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: python-wheel-license path: . @@ -139,7 +139,7 @@ jobs: - run: rm LICENSE.txt - name: Download LICENSE.txt - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: python-wheel-license path: . @@ -176,7 +176,7 @@ jobs: - uses: actions/checkout@v4 - run: rm LICENSE.txt - name: Download LICENSE.txt - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: python-wheel-license path: . @@ -205,7 +205,7 @@ jobs: - uses: actions/checkout@v4 - run: rm LICENSE.txt - name: Download LICENSE.txt - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: python-wheel-license path: . @@ -235,7 +235,7 @@ jobs: - uses: actions/checkout@v4 - run: rm LICENSE.txt - name: Download LICENSE.txt - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: python-wheel-license path: . @@ -278,7 +278,7 @@ jobs: # needs: [build-manylinux, build-python-mac-win] # runs-on: ubuntu-latest # steps: - # - uses: actions/download-artifact@v4 + # - uses: actions/download-artifact@v5 # - name: Publish to PyPI # uses: pypa/gh-action-pypi-publish@master # with: