-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): update ci versions (#930)
- Loading branch information
1 parent
6eb4ec1
commit e8d78c8
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
path: automated-tests | ||
|
||
- name: Setup Node.js for Uplink Web 🔨 | ||
uses: actions/setup-node@v4.0.4 | ||
uses: actions/setup-node@v4.1.0 | ||
with: | ||
node-version: 20 | ||
|
||
|
@@ -53,7 +53,7 @@ jobs: | |
working-directory: automated-tests | ||
run: npx playwright test -c playwright.ci.config.ts --project=${{ matrix.project }} | ||
|
||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].3 | ||
if: always() | ||
with: | ||
name: playwright-report-${{ matrix.project }} | ||
|
@@ -62,7 +62,7 @@ jobs: | |
|
||
- name: Upload Allure results as artifact | ||
if: always() | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: allure-results-${{ matrix.project }} | ||
path: automated-tests/allure-results | ||
|
@@ -85,13 +85,13 @@ jobs: | |
image: mcr.microsoft.com/playwright:v1.48.0-jammy | ||
steps: | ||
- name: Download Blob Report from Desktop | ||
uses: actions/download-artifact@v4 | ||
uses: actions/download-artifact@v4.1.8 | ||
with: | ||
name: playwright-report-desktop-chrome | ||
path: blob-report | ||
|
||
- name: Download Blob Report from Mobile | ||
uses: actions/download-artifact@v4 | ||
uses: actions/download-artifact@v4.1.8 | ||
with: | ||
name: playwright-report-mobile-chrome | ||
path: blob-report | ||
|
@@ -101,14 +101,14 @@ jobs: | |
|
||
- name: Upload Merged Report | ||
if: always() | ||
uses: actions/upload-artifact@v4 | ||
uses: actions/upload-artifact@v4.4.3 | ||
with: | ||
name: playwright-merged-report | ||
path: playwright-report | ||
retention-days: 5 | ||
|
||
- name: Delete temporary artifacts | ||
uses: geekyeggo/delete-artifact@v5 | ||
uses: geekyeggo/delete-artifact@v5.1.0 | ||
with: | ||
name: | | ||
playwright-report-desktop-chrome | ||
|
@@ -135,7 +135,7 @@ jobs: | |
path: gh-pages | ||
|
||
- name: Download Merged Report | ||
uses: actions/download-artifact@v4 | ||
uses: actions/download-artifact@v4.1.8 | ||
with: | ||
name: playwright-merged-report | ||
path: playwright-report | ||
|