Skip to content

Commit fa483da

Browse files
chore(actions): update github-actions
1 parent 107820c commit fa483da

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
@@ -137,7 +137,7 @@ jobs:
137137
labels: ${{ steps.extract-metadata.outputs.labels }}
138138

139139
- name: Upload Docker image archive
140-
uses: actions/upload-artifact@v4
140+
uses: actions/upload-artifact@v5
141141
with:
142142
name: image.tar
143143
path: ${{ runner.temp }}/image.tar
@@ -170,7 +170,7 @@ jobs:
170170
kubectl version
171171
172172
- name: Download Docker image archive
173-
uses: actions/download-artifact@v5
173+
uses: actions/download-artifact@v6
174174
with:
175175
name: ${{ needs.build-docker.outputs.image-archive }}
176176
path: ${{ runner.temp }}

0 commit comments

Comments
 (0)