diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65bb5969..4b550c40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: run: uv run pytest -q -m "not integration" --cov=datasight --cov-report=xml:coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 68f21517..7aac06d5 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -25,7 +25,7 @@ jobs: run: uv run zensical build - name: Deploy on GitHub Pages - uses: peaceiris/actions-gh-pages@v4.0.0 + uses: peaceiris/actions-gh-pages@v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./site/