mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +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
|
||||
- name: Upload test results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: playwright-results
|
||||
path: ./tests/sanity/playwright-report/
|
||||
|
Loading…
Reference in New Issue
Block a user