From 2d9ec16c7338e4bbaf2c5531e4b2d3b902d7a465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michaela=20M=C3=BCller?= <51025211+mumichae@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:59:23 +0200 Subject: [PATCH] Update codecov with token (#407) * use codecov-action v4 * fix delete-artifact tag * use delete-artifact@v4 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 803daec3..2c0bad02 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -152,7 +152,7 @@ jobs: uses: actions/download-artifact@v3 - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} flags: unittests @@ -160,4 +160,4 @@ jobs: verbose: true - name: Delete coverage artifacts - uses: geekyeggo/delete-artifact@v2 + uses: geekyeggo/delete-artifact@v4