Skip to content

Commit bca262b

Browse files
committed
Missed some to downgrade
Signed-off-by: Tom Kennedy <tom.kennedy@broadcom.com>
1 parent 9c41d5d commit bca262b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/imgpkg-push/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
cat ${{ inputs.bundle_output }}
7777
7878
- name: Upload Bundle lock
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v3
8080
with:
8181
name: ${{ inputs.bundle_output }}
8282
path: ${{ inputs.bundle_output }}

.github/actions/pack-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
echo "image=$(cat images/$name)" >> $GITHUB_OUTPUT
5959
cat images/$name
6060
- name: Upload Image Artifacts
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v3
6262
with:
6363
name: ${{ inputs.artifact_name }}
6464
path: images/

0 commit comments

Comments
 (0)