diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index fb1e95d..5130eb1 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -49,7 +49,7 @@ jobs: run: | python setup.py sdist bdist_wheel - name: Store the distribution packages - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: python-package-distributions path: | @@ -237,7 +237,7 @@ jobs: fi python Deploy.py - name: Store the distribution packages - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: binary-distributions-${{ matrix.os }}-Python${{ matrix.python-version }} path: |