diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37588cd..3b13ab1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Test run: task test - name: Code Coverage - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v5.1.1 - name: Build run: task build - name: Tag