From f732c7c6ac6cc4ba34f085e9809f30332e8c01f3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 24 May 2022 15:17:02 -0400 Subject: ci: Update GitHub actions --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/codecov.yml') diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 5de8578..c8808d3 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: | @@ -27,6 +27,6 @@ jobs: make -j$(nproc) gcov check TEST_FLAGS="--sudo" gcov -abcfu obj/*/*.o - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3.1.0 with: fail_ci_if_error: true -- cgit v1.2.3