mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Update upload-artifact action to version 4 in UI testing workflow
This commit is contained in:
parent
3eb7526fa4
commit
eda1356bd4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-testing.yml
vendored
2
.github/workflows/ui-testing.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
|
||||
- name: Upload screenshots
|
||||
if: always() # Ensure this runs even if tests fail
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ui-test-screenshots
|
||||
path: artifacts/screenshots
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue