Skip to content

Commit b78663b

Browse files
committed
Revert "Missed some to downgrade"
This reverts commit bca262b.
1 parent bca262b commit b78663b

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@v3
79+
uses: actions/upload-artifact@v4
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@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: ${{ inputs.artifact_name }}
6464
path: images/

0 commit comments

Comments
 (0)