We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e8dce6 + a9c49e9 commit a2bd35fCopy full SHA for a2bd35f
1 file changed
.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
111
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
112
113
- name: Upload Single-Platform Package
114
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
115
with:
116
name: package-${{ matrix.arch }}
117
path: "*.xpkg"
@@ -130,7 +130,7 @@ jobs:
130
uses: actions/checkout@v6
131
132
- name: Download Single-Platform Packages
133
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
134
135
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
136
pattern: "!*.dockerbuild"
0 commit comments