diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea3094a..c29a794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: pip install coverage covdefaults coverage xml - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 build-dist: if: startsWith(github.ref, 'refs/tags/') @@ -110,7 +110,7 @@ jobs: run: pip install -U hatch - name: Build package run: hatch build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: dist/* name: distribution