Skip to content

Commit 43921e2

Browse files
chore(actions): update actions/upload-artifact action to v5
1 parent 11c9d88 commit 43921e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
labels: ${{ steps.extract-metadata.outputs.labels }}
119119

120120
- name: Upload Docker image archive
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v5
122122
with:
123123
name: image.tar
124124
path: ${{ runner.temp }}/image.tar

0 commit comments

Comments
 (0)