We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f402ed commit 659598eCopy full SHA for 659598e
.github/workflows/ci.yml
@@ -120,7 +120,7 @@ jobs:
120
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
121
122
- name: Upload Single-Platform Package
123
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
124
with:
125
name: package-${{ matrix.arch }}
126
path: "*.xpkg"
@@ -138,7 +138,7 @@ jobs:
138
uses: actions/checkout@v6
139
140
- name: Download Single-Platform Packages
141
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
142
143
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
144
pattern: "!*.dockerbuild"
0 commit comments