Skip to content

Commit d629062

Browse files
committed
Fix CI
1 parent fd1712e commit d629062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919

2020
- name: Run make all and wait for Sent
2121
run: make wait-for-sent
22+
working-directory: ./docker
2223

2324
- name: Archive all.txt logs
2425
if: always()
25-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2627
with:
2728
path: /quickstart/docker/all.txt

0 commit comments

Comments
 (0)