@@ -119,7 +119,7 @@ jobs:
119119 run : hatch build
120120
121121 - name : Upload Sdist and Wheel to GitHub
122- uses : actions/upload-artifact@v4
122+ uses : actions/upload-artifact@v5
123123 with :
124124 name : dist
125125 path : " dist/*"
@@ -156,7 +156,7 @@ jobs:
156156 uses : actions/checkout@v5
157157
158158 - name : Download Wheel from GitHub
159- uses : actions/download-artifact@v5
159+ uses : actions/download-artifact@v6
160160 with :
161161 name : dist
162162 pattern : ' *.whl'
@@ -184,7 +184,7 @@ jobs:
184184 run : bin/crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
185185
186186 - name : Upload Single-Platform Package
187- uses : actions/upload-artifact@v4
187+ uses : actions/upload-artifact@v5
188188 with :
189189 name : package-${{ matrix.arch }}
190190 path : " *.xpkg"
@@ -199,7 +199,7 @@ jobs:
199199 runs-on : ubuntu-24.04
200200 steps :
201201 - name : Download Sdist and Wheel from GitHub
202- uses : actions/download-artifact@v5
202+ uses : actions/download-artifact@v6
203203 with :
204204 name : dist
205205 path : dist
@@ -230,7 +230,7 @@ jobs:
230230 uses : actions/checkout@v5
231231
232232 - name : Download Single-Platform Packages
233- uses : actions/download-artifact@v4
233+ uses : actions/download-artifact@v6
234234 with :
235235 # See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
236236 pattern : " !*.dockerbuild"
0 commit comments