Skip to content

Commit 4464ba9

Browse files
Merge pull request #735 from onekey-sec/dependabot/github_actions/actions/upload-artifact-4
2 parents d8eeaf2 + c23fdc3 commit 4464ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
touch "/tmp/digests/${digest#sha256:}"
9292
9393
- name: Upload digest
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: digests
9797
path: /tmp/digests/*

0 commit comments

Comments
 (0)