Skip to content

Commit 556a1a9

Browse files
chore(deps): update github artifact actions
1 parent 1fa83a7 commit 556a1a9

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
@@ -112,7 +112,7 @@ jobs:
112112
run: ./crossplane xpkg build --package-file=${{ matrix.arch }}.xpkg --package-root=package/ --embed-runtime-image-tarball=runtime-${{ matrix.arch }}.tar
113113

114114
- name: Upload Single-Platform Package
115-
uses: actions/upload-artifact@v4
115+
uses: actions/upload-artifact@v5
116116
with:
117117
name: package-${{ matrix.arch }}
118118
path: "*.xpkg"
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/checkout@v5
132132

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

0 commit comments

Comments
 (0)