Skip to content

Commit

Permalink
workflow: Partially revert actions/upload-artifact bump
Browse files Browse the repository at this point in the history
The breaking change is causing problems for the multi-arch CAA
image build, so revert the bump from v2 to v4 there until we fix
the break this causes.

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Oct 5, 2024
1 parent 3679631 commit 74fcb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/caa_build_and_push_per_arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
cd src/cloud-api-adaptor && ARCHES=${{matrix.arches}} RELEASE_BUILD=true RELEASE_TAGS=${{ inputs.release_tags}} make image-with-arch registry=${{ inputs.registry }}
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: image-artifacts
retention-days: 1
Expand All @@ -135,7 +135,7 @@ jobs:
ref: "${{ inputs.git_ref }}"

- name: Download release commits file
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: image-artifacts
path: src/cloud-api-adaptor
Expand Down

0 comments on commit 74fcb1b

Please sign in to comment.