Revert "Retry artifact downloads in CI workflow"

This reverts commit bc4145903bf81eccd3b23b67af8b197a6fa62c70.
This commit is contained in:
Slick Daddy 2026-05-08 21:36:33 +03:00
parent 3e470a1b32
commit 71107dc80e

View file

@ -97,15 +97,7 @@ jobs:
go-version-file: 'go.mod'
# Places generated Go files + UI build into the working tree so the build compiles
- name: Download generated artifacts (attempt 1)
uses: actions/download-artifact@v8
id: download-generated-test-1
continue-on-error: true
with:
name: generated
- name: Download generated artifacts (attempt 2)
if: steps.download-generated-test-1.outcome == 'failure'
- name: Download generated artifacts
uses: actions/download-artifact@v8
with:
name: generated
@ -168,15 +160,7 @@ jobs:
fetch-depth: 0
fetch-tags: true
- name: Download generated artifacts (attempt 1)
uses: actions/download-artifact@v8
id: download-generated-build-1
continue-on-error: true
with:
name: generated
- name: Download generated artifacts (attempt 2)
if: steps.download-generated-build-1.outcome == 'failure'
- name: Download generated artifacts
uses: actions/download-artifact@v8
with:
name: generated
@ -224,15 +208,7 @@ jobs:
fetch-tags: true
# Downloads all artifacts (generated + 7 platform builds) into artifacts/ subdirectories
- name: Download all build artifacts (attempt 1)
uses: actions/download-artifact@v8
id: download-all-release-1
continue-on-error: true
with:
path: artifacts
- name: Download all build artifacts (attempt 2)
if: steps.download-all-release-1.outcome == 'failure'
- name: Download all build artifacts
uses: actions/download-artifact@v8
with:
path: artifacts