Skip to content

Commit da6c7a9

Browse files
authored
Use updated artifact action (#5)
1 parent b653fe2 commit da6c7a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151

5252
# Upload test reports
5353
- name: Upload test reports
54-
uses: actions/upload-artifact@v3
54+
if: always()
55+
uses: actions/upload-artifact@v4
5556
with:
5657
name: test-reports
5758
path: test-reports/**

0 commit comments

Comments
 (0)