Bump Wandalen/wretry.action from 2 to 3 (#17297)
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 2 to 3. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v2...v3) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Apr 1, 2024 at 09:38 UTC
e6f5a1923ef3ffa9ed856cf00a1de1d53b2d7b12
1 file changed
+9
-9
.github/workflows/build.yml
+9
-9
@@ -415,7 +415,7 @@ jobs:
415
- name: Fetch test environment
416
id: fetch
417
if: needs.file-check.outputs.run == 'true'
418
- uses: Wandalen/wretry.action@v2
418
+ uses: Wandalen/wretry.action@v3
419
with:
420
action: actions/download-artifact@v4
421
with: |
@@ -503,7 +503,7 @@ jobs:
503
- name: Fetch dist tarball artifacts
504
id: fetch-tarball
505
if: needs.file-check.outputs.run == 'true'
506
- uses: Wandalen/wretry.action@v2
506
+ uses: Wandalen/wretry.action@v3
507
with:
508
action: actions/download-artifact@v4
509
with: |
@@ -529,7 +529,7 @@ jobs:
529
- name: Fetch test environment
530
id: fetch-test-environment
531
if: needs.file-check.outputs.run == 'true'
532
- uses: Wandalen/wretry.action@v2
532
+ uses: Wandalen/wretry.action@v3
533
with:
534
action: actions/download-artifact@v4
535
with: |
@@ -596,7 +596,7 @@ jobs:
596
- name: Retrieve Build Artifacts
597
id: fetch-dist
598
if: needs.file-check.outputs.run == 'true'
599
- uses: Wandalen/wretry.action@v2
599
+ uses: Wandalen/wretry.action@v3
600
with:
601
action: actions/download-artifact@v4
602
with: |
@@ -674,7 +674,7 @@ jobs:
674
- name: Fetch artifacts
675
id: fetch
676
if: needs.file-check.outputs.run == 'true'
677
- uses: Wandalen/wretry.action@v2
677
+ uses: Wandalen/wretry.action@v3
678
with:
679
action: actions/download-artifact@v4
680
with: |
@@ -743,7 +743,7 @@ jobs:
743
- name: Fetch artifacts
744
id: fetch-artifacts
745
if: needs.file-check.outputs.run == 'true'
746
- uses: Wandalen/wretry.action@v2
746
+ uses: Wandalen/wretry.action@v3
747
with:
748
action: actions/download-artifact@v4
749
with: |
@@ -797,7 +797,7 @@ jobs:
797
steps:
798
- name: Retrieve Artifacts
799
id: fetch
800
- uses: Wandalen/wretry.action@v2
800
+ uses: Wandalen/wretry.action@v3
801
with:
802
action: actions/download-artifact@v4
803
with: |
@@ -866,7 +866,7 @@ jobs:
866
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
867
- name: Retrieve Artifacts
868
id: fetch
869
- uses: Wandalen/wretry.action@v2
869
+ uses: Wandalen/wretry.action@v3
870
with:
871
action: actions/download-artifact@v4
872
with: |
@@ -984,7 +984,7 @@ jobs:
984
uses: actions/checkout@v4
985
- name: Retrieve Artifacts
986
id: fetch
987
- uses: Wandalen/wretry.action@v2
987
+ uses: Wandalen/wretry.action@v3
988
with:
989
action: actions/download-artifact@v4
990
with: |