mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
Bump actions/upload-artifact from 2 to 3 (#1338)
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
28329f74bc
commit
003910bf98
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -244,7 +244,7 @@ jobs:
|
|||||||
node ../../common/scripts/install-run-rushx.js uitest
|
node ../../common/scripts/install-run-rushx.js uitest
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: playwright-results
|
name: playwright-results
|
||||||
path: ./tests/sanity/playwright-report/
|
path: ./tests/sanity/playwright-report/
|
||||||
|
Loading…
Reference in New Issue
Block a user