Skip to content

Commit 1199c50

Browse files
chore(deps): update github artifact actions (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b55869 commit 1199c50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

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

121121
- name: Upload Sdist and Wheel to GitHub
122-
uses: actions/upload-artifact@v5
122+
uses: actions/upload-artifact@v6
123123
with:
124124
name: dist
125125
path: "dist/*"
@@ -156,7 +156,7 @@ jobs:
156156
uses: actions/checkout@v6
157157

158158
- name: Download Wheel from GitHub
159-
uses: actions/download-artifact@v6
159+
uses: actions/download-artifact@v7
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@v5
187+
uses: actions/upload-artifact@v6
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@v6
202+
uses: actions/download-artifact@v7
203203
with:
204204
name: dist
205205
path: dist
@@ -230,7 +230,7 @@ jobs:
230230
uses: actions/checkout@v6
231231

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

0 commit comments

Comments
 (0)