Skip to content

Commit 2116dc6

Browse files
authored
Upgrade download-artifact action to v4
1 parent c37d723 commit 2116dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Download build artifact
17-
uses: actions/download-artifact@v3
17+
uses: actions/download-artifact@v4
1818
with:
1919
name: client-admin-dist
2020
path: client-admin-dist/

0 commit comments

Comments
 (0)