Skip to content

Commit 4fd14b3

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 1a89e1f commit 4fd14b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
docker manifest create "$REPO:beta" "${IMAGES[@]}"
111111
docker manifest push "$REPO:beta"
112-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
112+
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
113113
with:
114114
name: dist
115115
path: dist

0 commit comments

Comments
 (0)