diff --git a/.github/workflows/deploy_crisscross_kit_to_pypi.yml b/.github/workflows/deploy_crisscross_kit_to_pypi.yml index a2fb87c..49ae825 100644 --- a/.github/workflows/deploy_crisscross_kit_to_pypi.yml +++ b/.github/workflows/deploy_crisscross_kit_to_pypi.yml @@ -95,14 +95,14 @@ jobs: name: pypi steps: - name: Download wheel artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: wheels-* path: dist/ merge-multiple: true - name: Download sdist artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: sdist path: dist/ diff --git a/.github/workflows/python-server-and-desktop-app-deploy.yml b/.github/workflows/python-server-and-desktop-app-deploy.yml index f0739d2..7d5e38d 100644 --- a/.github/workflows/python-server-and-desktop-app-deploy.yml +++ b/.github/workflows/python-server-and-desktop-app-deploy.yml @@ -289,19 +289,19 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Windows Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: hash-cad-windows-latest path: artifacts/ - name: Download Mac Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: hash-cad-macos-latest path: artifacts/ - name: Download Linux Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: hash-cad-ubuntu-latest path: artifacts/