diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d724f4764..0ede88e12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: - name: 🚀 Publish Codecov Coverage if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]') continue-on-error: true - uses: codecov/codecov-action@v5.5.1 + uses: codecov/codecov-action@v6.0.0 with: name: 'actions' token: '${{ secrets.CODECOV_TOKEN }}' diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index cd08b22d5..962ecb691 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -17,7 +17,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: Download artifact - uses: dawidd6/action-download-artifact@v18 + uses: dawidd6/action-download-artifact@v19 if: github.event.workflow_run.conclusion == 'success' with: github_token: ${{ secrets.GITHUB_TOKEN }}