diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca61bbf..09ba0dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ concurrency: env: # Common versions PYTHON_VERSION: '3.11' - HATCH_VERSION: '1.12.0' + HATCH_VERSION: '1.16.5' # The PyPi project version to push. The default is v0.0.0+gitdate-gitsha. PYPI_VERSION: ${{ inputs.version }} @@ -98,7 +98,7 @@ jobs: run: hatch build - name: Upload Sdist and Wheel to GitHub - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: "dist/*" @@ -114,7 +114,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Download Sdist and Wheel from GitHub - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist path: "dist" @@ -159,4 +159,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4