We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa83a7 commit 556a1a9Copy full SHA for 556a1a9
.github/workflows/ci.yml
@@ -112,7 +112,7 @@ jobs:
112
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
113
114
- name: Upload Single-Platform Package
115
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
116
with:
117
name: package-${{ matrix.arch }}
118
path: "*.xpkg"
@@ -131,7 +131,7 @@ jobs:
131
uses: actions/checkout@v5
132
133
- name: Download Single-Platform Packages
134
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
135
136
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
137
pattern: "!*.dockerbuild"
0 commit comments