diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bd31c08..eacb158 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: - name: Build python package run: python -m build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' with: name: dist