diff --git a/.github/workflows/ci-full.yml b/.github/workflows/ci-full.yml index ef2ce5d7..60141245 100644 --- a/.github/workflows/ci-full.yml +++ b/.github/workflows/ci-full.yml @@ -36,7 +36,7 @@ jobs: python -m build - name: Upload distributions - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: phasewrap-dist path: dist/* diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48cbe4f4..224f6d3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: python scripts/scan_secret_hygiene.py - name: Upload coverage XML - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-${{ matrix.python-version }} path: coverage.xml