Skip to content

Commit b5d2ab1

Browse files
chore(actions): update github-actions
1 parent 87b45b1 commit b5d2ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
labels: ${{ steps.extract-metadata.outputs.labels }}
122122

123123
- name: Upload Docker image archive
124-
uses: actions/upload-artifact@v4
124+
uses: actions/upload-artifact@v5
125125
with:
126126
name: image.tar
127127
path: ${{ runner.temp }}/image.tar
@@ -154,7 +154,7 @@ jobs:
154154
kubectl version
155155
156156
- name: Download Docker image archive
157-
uses: actions/download-artifact@v5
157+
uses: actions/download-artifact@v6
158158
with:
159159
name: ${{ needs.build-docker.outputs.image-archive }}
160160
path: ${{ runner.temp }}

0 commit comments

Comments
 (0)