Skip to content

Commit 5e75f96

Browse files
committed
fix: Update upload-artifact to v4
1 parent 8858ec0 commit 5e75f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: sha256sum images/*
117117

118118
- name: Upload docker image as build artifact
119-
uses: actions/upload-artifact@v1.0.0
119+
uses: actions/upload-artifact@v4
120120
with:
121121
name: docker-images
122122
path: images/

0 commit comments

Comments
 (0)