diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23b6bc2..f473bdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,9 +46,10 @@ jobs: TENANT: ${{ secrets.TENANT_ID }} STORAGE_ACCOUNT: "s${{ steps.uuid.outputs.uuid }}" - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v5 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} - name: Run Az CLI script - delete resource group / storage accounts run: | az group delete -n "AzureBackupRG-azstorage-${{ matrix.os }}-${{ matrix.version }}-${{ github.run_id }}" --yes