We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 390cc37 commit 8980898Copy full SHA for 8980898
.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@v6
+ uses: actions/upload-artifact@v7
120
with:
121
name: package-${{ matrix.arch }}
122
path: "*.xpkg"
@@ -135,7 +135,7 @@ jobs:
135
uses: actions/checkout@v6
136
137
- name: Download Single-Platform Packages
138
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
139
140
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
141
pattern: "!*.dockerbuild"
0 commit comments