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.
2 parents a1431f4 + 022e83b commit e629edeCopy full SHA for e629ede
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
117
118
- name: Upload Single-Platform Package
119
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
120
with:
121
name: package-${{ matrix.arch }}
122
path: "*.xpkg"
@@ -134,7 +134,7 @@ jobs:
134
uses: actions/checkout@v6
135
136
- name: Download Single-Platform Packages
137
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
138
139
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
140
pattern: "!*.dockerbuild"
0 commit comments