Bump Wandalen/wretry.action from 1 to 2 (#17246)
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 1 to 2. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](https://github.com/wandalen/wretry.action/compare/v1...v2) --- 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
Mar 29, 2024 at 07:44 UTC
c1c1897f97a63359fa2e3d3e9a5c5307df891b8b
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@v1
418
+ uses: Wandalen/wretry.action@v2
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@v1
506
+ uses: Wandalen/wretry.action@v2
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@v1
532
+ uses: Wandalen/wretry.action@v2
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@v1
599
+ uses: Wandalen/wretry.action@v2
600
with:
601
action: actions/download-artifact@v4
602
with: |
@@ -675,7 +675,7 @@ jobs:
675
- name: Fetch artifacts
676
id: fetch
677
if: needs.file-check.outputs.run == 'true'
678
- uses: Wandalen/wretry.action@v1
678
+ uses: Wandalen/wretry.action@v2
679
with:
680
action: actions/download-artifact@v4
681
with: |
@@ -744,7 +744,7 @@ jobs:
744
- name: Fetch artifacts
745
id: fetch-artifacts
746
if: needs.file-check.outputs.run == 'true'
747
- uses: Wandalen/wretry.action@v1
747
+ uses: Wandalen/wretry.action@v2
748
with:
749
action: actions/download-artifact@v4
750
with: |
@@ -798,7 +798,7 @@ jobs:
798
steps:
799
- name: Retrieve Artifacts
800
id: fetch
801
- uses: Wandalen/wretry.action@v1
801
+ uses: Wandalen/wretry.action@v2
802
with:
803
action: actions/download-artifact@v4
804
with: |
@@ -867,7 +867,7 @@ jobs:
867
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
868
- name: Retrieve Artifacts
869
id: fetch
870
- uses: Wandalen/wretry.action@v1
870
+ uses: Wandalen/wretry.action@v2
871
with:
872
action: actions/download-artifact@v4
873
with: |
@@ -985,7 +985,7 @@ jobs:
985
uses: actions/checkout@v4
986
- name: Retrieve Artifacts
987
id: fetch
988
- uses: Wandalen/wretry.action@v1
988
+ uses: Wandalen/wretry.action@v2
989
with:
990
action: actions/download-artifact@v4
991
with: |