summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 09:38:17 -0400
committerGitHub <noreply@github.com>2024-04-01 09:38:17 -0400
commite6f5a1923ef3ffa9ed856cf00a1de1d53b2d7b12 (patch)
treed668bacded21dda58c191d39ccbb12b4694d0574
parentf9208dac0a49e5b437f75ee7cf0fc6a84903956c (diff)
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>
-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 ddf5b75f2d..db7cf94dd7 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@v2
+ uses: Wandalen/wretry.action@v3
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@v2
+ uses: Wandalen/wretry.action@v3
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@v2
+ uses: Wandalen/wretry.action@v3
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@v2
+ uses: Wandalen/wretry.action@v3
with:
action: actions/download-artifact@v4
with: |
@@ -674,7 +674,7 @@ jobs:
- name: Fetch artifacts
id: fetch
if: needs.file-check.outputs.run == 'true'
- uses: Wandalen/wretry.action@v2
+ uses: Wandalen/wretry.action@v3
with:
action: actions/download-artifact@v4
with: |
@@ -743,7 +743,7 @@ jobs:
- name: Fetch artifacts
id: fetch-artifacts
if: needs.file-check.outputs.run == 'true'
- uses: Wandalen/wretry.action@v2
+ uses: Wandalen/wretry.action@v3
with:
action: actions/download-artifact@v4
with: |
@@ -797,7 +797,7 @@ jobs:
steps:
- name: Retrieve Artifacts
id: fetch
- uses: Wandalen/wretry.action@v2
+ uses: Wandalen/wretry.action@v3
with:
action: actions/download-artifact@v4
with: |
@@ -866,7 +866,7 @@ jobs:
token: ${{ secrets.NETDATABOT_GITHUB_TOKEN }}
- name: Retrieve Artifacts
id: fetch
- uses: Wandalen/wretry.action@v2
+ uses: Wandalen/wretry.action@v3
with:
action: actions/download-artifact@v4
with: |
@@ -984,7 +984,7 @@ jobs:
uses: actions/checkout@v4
- name: Retrieve Artifacts
id: fetch
- uses: Wandalen/wretry.action@v2
+ uses: Wandalen/wretry.action@v3
with:
action: actions/download-artifact@v4
with: |