Skip to content

Commit f33be19

Browse files
chore(actions): update actions/upload-artifact action to v7
1 parent 5830c0c commit f33be19

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
@@ -96,7 +96,7 @@ jobs:
9696
labels: ${{ steps.extract-metadata.outputs.labels }}
9797

9898
- name: Upload Docker image archive
99-
uses: actions/upload-artifact@v6
99+
uses: actions/upload-artifact@v7
100100
with:
101101
name: image.tar
102102
path: ${{ runner.temp }}/image.tar

0 commit comments

Comments
 (0)