diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00e6933..d9b1e38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: run: | pip install twine twine check dist/* - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: dist path: dist/* diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8380524..c9cf3ac 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: python -m pip install --upgrade pip build twine python -m build twine check dist/* - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: dist path: dist/*