We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca262b commit b78663bCopy full SHA for b78663b
.github/actions/imgpkg-push/action.yml
@@ -76,7 +76,7 @@ runs:
76
cat ${{ inputs.bundle_output }}
77
78
- name: Upload Bundle lock
79
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
80
with:
81
name: ${{ inputs.bundle_output }}
82
path: ${{ inputs.bundle_output }}
.github/actions/pack-build/action.yml
@@ -58,7 +58,7 @@ runs:
58
echo "image=$(cat images/$name)" >> $GITHUB_OUTPUT
59
cat images/$name
60
- name: Upload Image Artifacts
61
62
63
name: ${{ inputs.artifact_name }}
64
path: images/
0 commit comments