Skip to content

Commit afa5911

Browse files
committed
fix error
1 parent e6974d1 commit afa5911

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
- name: Dummy artifact upload to enforce v4
25+
uses: actions/upload-artifact@v4
26+
with:
27+
name: noop
28+
path: /dev/null
2429

2530
- uses: bufbuild/buf-setup-action@v1.50.0
2631
with:

0 commit comments

Comments
 (0)