bump wretry.action@v1.4.4 (#110053)

This commit is contained in:
Michael 2024-02-08 23:15:22 +01:00 committed by GitHub
parent 326c7c0495
commit 531f2e8443
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1079,7 +1079,7 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
- name: Upload coverage to Codecov (full coverage) - name: Upload coverage to Codecov (full coverage)
if: needs.info.outputs.test_full_suite == 'true' if: needs.info.outputs.test_full_suite == 'true'
uses: Wandalen/wretry.action@v1.4.0 uses: Wandalen/wretry.action@v1.4.4
with: with:
action: codecov/codecov-action@v3.1.3 action: codecov/codecov-action@v3.1.3
with: | with: |
@ -1090,7 +1090,7 @@ jobs:
attempt_delay: 30000 attempt_delay: 30000
- name: Upload coverage to Codecov (partial coverage) - name: Upload coverage to Codecov (partial coverage)
if: needs.info.outputs.test_full_suite == 'false' if: needs.info.outputs.test_full_suite == 'false'
uses: Wandalen/wretry.action@v1.4.0 uses: Wandalen/wretry.action@v1.4.4
with: with:
action: codecov/codecov-action@v3.1.3 action: codecov/codecov-action@v3.1.3
with: | with: |