diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a0d3bf5..a612b6b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: - name: Delete all files in dist that are not tar.gz or whl run: find dist/ -type f ! -name "*.tar.gz" ! -name "*.whl" -delete - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: python-package-distributions path: dist/