From faef6ac1d6bcd5427c6a3bdb341532819f5d1b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Wed, 27 Mar 2024 16:42:56 +0100 Subject: [PATCH] test yml --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf449a8..66634c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,9 +53,12 @@ jobs: CODECOV: 1 - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: openpoke/decidim-module-anonymous_codes - - uses: actions/upload-artifact@v2-preview + - uses: actions/upload-artifact@v4 if: always() with: name: screenshots