Skip to content

Commit 0fe566a

Browse files
committed
ci: update upload action
It's failing otherwise. Signed-off-by: Simon de Vlieger <[email protected]>
1 parent 54f9908 commit 0fe566a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: xvfb-run pytest --e2e test/e2e --html=test/e2e/report/index.html --self-contained-html
6969

7070
- name: Publish test results
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
if: always()
7373
with:
7474
name: test-report

0 commit comments

Comments
 (0)