We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b653fe2 commit da6c7a9Copy full SHA for da6c7a9
1 file changed
.github/workflows/ui-tests.yml
@@ -51,7 +51,8 @@ jobs:
51
52
# Upload test reports
53
- name: Upload test reports
54
- uses: actions/upload-artifact@v3
+ if: always()
55
+ uses: actions/upload-artifact@v4
56
with:
57
name: test-reports
58
path: test-reports/**
0 commit comments