Skip to content

Commit 0ff38fa

Browse files
chore(deps): update github artifact actions
1 parent 6b3f0ba commit 0ff38fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
112112

113113
- name: Upload Single-Platform Package
114-
uses: actions/upload-artifact@v4
114+
uses: actions/upload-artifact@v5
115115
with:
116116
name: package-${{ matrix.arch }}
117117
path: "*.xpkg"
@@ -130,7 +130,7 @@ jobs:
130130
uses: actions/checkout@v4
131131

132132
- name: Download Single-Platform Packages
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v6
134134
with:
135135
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
136136
pattern: "!*.dockerbuild"

0 commit comments

Comments
 (0)