diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc70345..e9183b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: run: pytest --cov=millstone --cov-report=xml --cov-report=term-missing - name: Upload coverage artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-xml path: coverage.xml @@ -138,7 +138,7 @@ jobs: twine check dist/* - name: Upload distributions - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 717e4c1..cd73c74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: twine check dist/* - name: Upload distributions - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/*