Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
only: ytt, kapp, imgpkg, kbld

- name: Download bundle lock
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
name: pre-release-bundle.lock

Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
only: ytt, kbld, imgpkg

- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
pattern: '*-image'
path: images
Expand Down