From 42b3ac9b84da142366eb3fac5d03f32762607ffc Mon Sep 17 00:00:00 2001 From: Raffael Herrmann Date: Mon, 13 May 2024 23:28:10 +0200 Subject: [PATCH] Updated codecov action version --- .github/workflows/wf-build-release-ci.yml | 10 +++++----- .github/workflows/wf-build-release.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/wf-build-release-ci.yml b/.github/workflows/wf-build-release-ci.yml index 3ff046bb..fcf59b00 100644 --- a/.github/workflows/wf-build-release-ci.yml +++ b/.github/workflows/wf-build-release-ci.yml @@ -92,35 +92,35 @@ jobs: run: dotnet test -c Release --nologo --no-build - name: Codecov update netcoreapp2.0 - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./QRCoderTests/coverage.netcoreapp2.0.opencover.xml flags: netcoreapp2.0 - name: Codecov update net5.0 - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./QRCoderTests/coverage.net5.0.opencover.xml flags: net5.0 - name: Codecov update net5.0-windows - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./QRCoderTests/coverage.net5.0-windows.opencover.xml flags: net5.0-windows - name: Codecov update net6.0 - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./QRCoderTests/coverage.net5.0.opencover.xml flags: net6.0 - name: Codecov update net6.0-windows - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./QRCoderTests/coverage.net5.0-windows.opencover.xml diff --git a/.github/workflows/wf-build-release.yml b/.github/workflows/wf-build-release.yml index 12228daa..065e3fd2 100644 --- a/.github/workflows/wf-build-release.yml +++ b/.github/workflows/wf-build-release.yml @@ -93,35 +93,35 @@ jobs: run: dotnet test -c Release --nologo --no-build - name: Codecov update netcoreapp2.0 - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./QRCoderTests/coverage.netcoreapp2.0.opencover.xml flags: netcoreapp2.0 - name: Codecov update net5.0 - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./QRCoderTests/coverage.net5.0.opencover.xml flags: net5.0 - name: Codecov update net5.0-windows - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./QRCoderTests/coverage.net5.0-windows.opencover.xml flags: net5.0-windows - name: Codecov update net6.0 - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./QRCoderTests/coverage.net5.0.opencover.xml flags: net6.0 - name: Codecov update net6.0-windows - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./QRCoderTests/coverage.net5.0-windows.opencover.xml