diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee26a0753..18dd522b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: run: make test if: "steps.changed-files.outputs.any_changed == 'true' || github.event_name == 'issue_comment'" - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.txt diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 1b4dcbcde..063fb87e1 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -31,7 +31,7 @@ jobs: if: steps.changed-files.outputs.any_changed == 'true' # - name: Upload coverage report - # uses: codecov/codecov-action@v3 + # uses: codecov/codecov-action@v4 # with: # token: ${{ secrets.CODECOV_TOKEN }} # file: ./coverage.txt diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 5a4c13764..05194711c 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -53,7 +53,7 @@ jobs: nix profile install nixpkgs#go_1_22 go tool covdata textfmt -i=coverage -o profile.txt - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./profile.txt @@ -112,7 +112,7 @@ jobs: nix profile install nixpkgs#go_1_22 go tool covdata textfmt -i=coverage -o profile.txt - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./profile.txt @@ -147,7 +147,7 @@ jobs: nix profile install nixpkgs#go_1_22 go tool covdata textfmt -i=coverage -o profile.txt - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./profile.txt @@ -182,7 +182,7 @@ jobs: nix profile install nixpkgs#go_1_22 go tool covdata textfmt -i=coverage -o profile.txt - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./profile.txt @@ -217,7 +217,7 @@ jobs: nix profile install nixpkgs#go_1_22 go tool covdata textfmt -i=coverage -o profile.txt - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./profile.txt @@ -252,7 +252,7 @@ jobs: nix profile install nixpkgs#go_1_22 go tool covdata textfmt -i=coverage -o profile.txt - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./profile.txt @@ -287,7 +287,7 @@ jobs: nix profile install nixpkgs#go_1_22 go tool covdata textfmt -i=coverage -o profile.txt - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./profile.txt @@ -322,7 +322,7 @@ jobs: nix profile install nixpkgs#go_1_22 go tool covdata textfmt -i=coverage -o profile.txt - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./profile.txt @@ -358,7 +358,7 @@ jobs: nix profile install nixpkgs#go_1_22 go tool covdata textfmt -i=coverage -o profile.txt - name: Upload coverage report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./profile.txt