From 0584301b5444a29854ad3beb2e5120914ba84945 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 13 Nov 2024 14:26:55 -0500 Subject: [PATCH] chore(ci): upgrade to v5-beta --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9decad..519eaeb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5.0.0-beta - name: Set up JDK 18 uses: actions/setup-java@v1 with: @@ -15,6 +15,6 @@ jobs: - name: Run tests and collect coverage run: mvn -B test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5.0.0-beta env: CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}