summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-29 07:44:20 -0400
committerGitHub <noreply@github.com>2024-03-29 07:44:20 -0400
commitc1c1897f97a63359fa2e3d3e9a5c5307df891b8b (patch)
treedfbedd1ca02fa79b41219190a5a5aca7a77e2a46
parenta43d435c261d43c003e05ee82ca2de629008eb14 (diff)
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>
-rw-r--r--.github/workflows/build.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7ca83d8676..a5bad1859c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -415,7 +415,7 @@ jobs:
- name: Fetch test environment
id: fetch
if: needs.file-check.outputs.run == 'true'
- uses: Wandalen/wretry.action@v1
+ uses: Wandalen/wretry.action@v2
with:
action: actions/download-artifact@v4
with: |
@@ -503,7 +503,7 @@ jobs:
- name: Fetch dist tarball artifacts
id: fetch-tarball
if: needs.file-check.outputs.run == 'true'
- uses: Wandalen/wretry.action@v1
+ uses: Wandalen/wretry.action@v2
with:
action: actions/download-artifact@v4
with: |
@@ -529,7 +529,7 @@ jobs:
- name: Fetch test environment
id: fetch-test-environment
if: needs.file-check.outputs.run == 'true'
- uses: Wandalen/wretry.action@v1
+ uses: Wandalen/wretry.action@v2
with:
action: actions/download-artifact@v4
with: |
@@ -596,7 +596,7 @@ jobs:
- name: Retrieve Build Artifacts
id: fetch-dist
if: needs.file-check.outputs.run == 'true'
- uses: Wandalen/wretry.action@v1
+ uses: Wandalen/wretry.action@v2
with:
action: actions/download-artifact@v4
with: |
@@ -675,7 +675,7 @@ jobs:
- name: Fetch artifacts
id: fetch
if: needs.file-check.outputs.run == 'true'
- uses: Wandalen/wretry.action@v1
+ uses: Wandalen/wretry.action@v2
with:
action: actions/download-artifact@v4
with: |
@@ -744,7 +744,7 @@ jobs:
- name: Fetch artifacts
id: fetch-artifacts
if: needs.file-check.outputs.run == 'true'
- uses: Wandalen/wretry.action@v1
+ uses: Wandalen/wretry.action@v2
with:
action: actions/download-artifact@v4
with: |
@@ -798,7 +798,7 @@ jobs:
steps:
- name: Retrieve Artifacts
id: fetch
- uses: Wandalen/wretry.action@v1
+ uses: Wandalen/wretry.action@v2
with:
action: actions/download-artifact@v4
with: |
@@ -867,7 +867,7 @@ jobs:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
- name: Retrieve Artifacts
id: fetch
- uses: Wandalen/wretry.action@v1
+ uses: Wandalen/wretry.action@v2
with:
action: actions/download-artifact@v4
with: |
@@ -985,7 +985,7 @@ jobs:
uses: actions/checkout@v4
- name: Retrieve Artifacts
id: fetch
- uses: Wandalen/wretry.action@v1
+ uses: Wandalen/wretry.action@v2
with:
action: actions/download-artifact@v4
with: |