diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9f41a9362d..a90db73fed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -83,7 +83,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/download-artifact@v8 - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: flags: unittests fail_ci_if_error: true diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 3b52b82a90..c04339bda7 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -20,7 +20,7 @@ jobs: id: commit run: echo "::set-output name=merger::$(python .github/verify_pr_labels.py ${{ github.event.pull_request.number }})" - name: 'Comment PR' - uses: actions/github-script@v8.0.0 + uses: actions/github-script@v9.0.0 if: ${{ steps.commit.outputs.merger != '' }} with: github-token: ${{ secrets.GITHUB_TOKEN }}