diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b1b464..7d88b57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: # 5. Upload Coverage to Codev - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' with: token: ${{ secrets.CODECOV_TOKEN }} @@ -108,7 +108,7 @@ jobs: # 6. Upload Coverage HTML Report - name: Upload Coverage HTML Report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: # Add matrix name to prevent overwriting artifacts from different jobs diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c2f22d7..76e413c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,4 +49,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index c0d437a..1f32813 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -20,6 +20,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}