diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccf85c3..b0c38fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: python -m venv /tmp/venv /tmp/venv/bin/pip install dist/*.whl /tmp/venv/bin/stowaway version - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: distributions path: dist/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aebdbae..7ff8b8c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: python -m build - name: Check distribution metadata run: twine check dist/* - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: distributions path: dist/*