summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: |