Skip to content

Commit 3d98580

Browse files
chore(deps): update github artifact actions
1 parent 75273d1 commit 3d98580

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: hatch build
121121

122122
- name: Upload Sdist and Wheel to GitHub
123-
uses: actions/upload-artifact@v6
123+
uses: actions/upload-artifact@v7
124124
with:
125125
name: dist
126126
path: "dist/*"
@@ -157,7 +157,7 @@ jobs:
157157
uses: actions/checkout@v6
158158

159159
- name: Download Wheel from GitHub
160-
uses: actions/download-artifact@v7
160+
uses: actions/download-artifact@v8
161161
with:
162162
name: dist
163163
pattern: '*.whl'
@@ -185,7 +185,7 @@ jobs:
185185
run: bin/crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
186186

187187
- name: Upload Single-Platform Package
188-
uses: actions/upload-artifact@v6
188+
uses: actions/upload-artifact@v7
189189
with:
190190
name: package-${{ matrix.arch }}
191191
path: "*.xpkg"
@@ -200,7 +200,7 @@ jobs:
200200
runs-on: ubuntu-24.04
201201
steps:
202202
- name: Download Sdist and Wheel from GitHub
203-
uses: actions/download-artifact@v7
203+
uses: actions/download-artifact@v8
204204
with:
205205
name: dist
206206
path: dist
@@ -231,7 +231,7 @@ jobs:
231231
uses: actions/checkout@v6
232232

233233
- name: Download Single-Platform Packages
234-
uses: actions/download-artifact@v7
234+
uses: actions/download-artifact@v8
235235
with:
236236
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
237237
pattern: "!*.dockerbuild"

0 commit comments

Comments
 (0)