diff --git a/.github/workflows/test-bohrium.yml b/.github/workflows/test-bohrium.yml index 48552d55..1868c4d6 100644 --- a/.github/workflows/test-bohrium.yml +++ b/.github/workflows/test-bohrium.yml @@ -38,7 +38,7 @@ jobs: BOHRIUM_PASSWORD: ${{ secrets.BOHRIUM_PASSWORD }} BOHRIUM_PROJECT_ID: ${{ secrets.BOHRIUM_PROJECT_ID }} BOHRIUM_ACCESS_KEY: ${{ secrets.BOHRIUM_ACCESS_KEY }} - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: use_oidc: true remove_label: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0866d593..c7baf2d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,7 +52,7 @@ jobs: python -m coverage run -p --source=./dpdispatcher -m dpdispatcher -h python -m coverage combine python -m coverage report - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: use_oidc: true pass: