From 9ca63bb17f0d45903624dae4e1a7995a5edba076 Mon Sep 17 00:00:00 2001 From: Nelson <194400+nelsonic@users.noreply.github.com> Date: Thu, 2 May 2024 03:29:21 +0100 Subject: [PATCH] Update ci.yml ref: https://github.com/dwyl/phoenix-liveview-stopwatch/pull/117 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8388168..a5526e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,4 +52,6 @@ jobs: TMPDIR: ${{ runner.temp }}/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 \ No newline at end of file + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}