Skip to content

Commit 8980898

Browse files
chore(deps): update github artifact actions
1 parent 390cc37 commit 8980898

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

118118
- name: Upload Single-Platform Package
119-
uses: actions/upload-artifact@v6
119+
uses: actions/upload-artifact@v7
120120
with:
121121
name: package-${{ matrix.arch }}
122122
path: "*.xpkg"
@@ -135,7 +135,7 @@ jobs:
135135
uses: actions/checkout@v6
136136

137137
- name: Download Single-Platform Packages
138-
uses: actions/download-artifact@v7
138+
uses: actions/download-artifact@v8
139139
with:
140140
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
141141
pattern: "!*.dockerbuild"

0 commit comments

Comments
 (0)