diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 6eeab4b2f..5458c5f27 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -550,7 +550,7 @@ jobs: - name: Upload Report to Codecov if: ${{ !github.event.repository.private }} - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: codecov/codecov-action@v4 with: | diff --git a/.github/workflows/packchk.yml b/.github/workflows/packchk.yml index be63c9ae9..12ef5b426 100644 --- a/.github/workflows/packchk.yml +++ b/.github/workflows/packchk.yml @@ -239,7 +239,7 @@ jobs: - name: Upload Report to Codecov if: ${{ !github.event.repository.private }} - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: codecov/codecov-action@v4 with: | diff --git a/.github/workflows/packgen.yml b/.github/workflows/packgen.yml index c2d30e08c..05541b63a 100644 --- a/.github/workflows/packgen.yml +++ b/.github/workflows/packgen.yml @@ -251,7 +251,7 @@ jobs: - name: Upload Report to Codecov if: ${{ !github.event.repository.private }} - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: codecov/codecov-action@v4 with: | diff --git a/.github/workflows/projmgr.yml b/.github/workflows/projmgr.yml index da3798416..ea2ed8e43 100644 --- a/.github/workflows/projmgr.yml +++ b/.github/workflows/projmgr.yml @@ -405,7 +405,7 @@ jobs: - name: Upload Report to Codecov if: ${{ !github.event.repository.private }} - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: codecov/codecov-action@v4 with: | diff --git a/.github/workflows/svdconv.yml b/.github/workflows/svdconv.yml index 7bd6205ce..1503f9ff4 100644 --- a/.github/workflows/svdconv.yml +++ b/.github/workflows/svdconv.yml @@ -237,7 +237,7 @@ jobs: - name: Upload Report to Codecov if: ${{ !github.event.repository.private }} - uses: Wandalen/wretry.action@0dd1d5d77d019a6f85beb53d29e2ea2c7294d4f2 # v3.4.0 + uses: Wandalen/wretry.action@6feedb7dedadeb826de0f45ff482b53b379a7844 # v3.5.0 with: action: codecov/codecov-action@v4 with: |