From 98f0827cc45cd1ed6bbd79a7fe0224a25307d8ce Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Wed, 13 Nov 2024 14:27:06 -0500 Subject: [PATCH] chore(ci): upgrade to v5-beta --- .github/workflows/ci-job.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-job.yml b/.github/workflows/ci-job.yml index 2379156c..93652a28 100644 --- a/.github/workflows/ci-job.yml +++ b/.github/workflows/ci-job.yml @@ -13,7 +13,7 @@ jobs: build-test-upload: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5.0.0-beta with: submodules: true fetch-depth: 2 @@ -32,7 +32,7 @@ jobs: pytest --cov --junitxml=3.12junit.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5.0.0-beta with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml