Browse Source
Update GitHub Action Versions (#1049)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1052/head
Sebastian Stehle
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
6 additions and
6 deletions
-
.github/workflows/dev.yml
-
.github/workflows/make-screenshots.yml
-
.github/workflows/release.yml
|
|
|
@ -28,7 +28,7 @@ jobs: |
|
|
|
uses: docker/setup-buildx-action@v3.0.0 |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
uses: actions/setup-node@v4.0.0 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
@ -61,7 +61,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Test - Upload Playwright Artifacts |
|
|
|
if: always() |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v3.1.3 |
|
|
|
with: |
|
|
|
name: playwright-report |
|
|
|
path: tools/e2e/playwright-report/ |
|
|
|
|
|
|
|
@ -18,7 +18,7 @@ jobs: |
|
|
|
uses: docker/setup-buildx-action@v3.0.0 |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
uses: actions/setup-node@v4.0.0 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
@ -50,7 +50,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Test - Upload Playwright Artifacts |
|
|
|
if: always() |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v3.1.3 |
|
|
|
with: |
|
|
|
name: snapshots |
|
|
|
path: tools/e2e/snapshots/ |
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ jobs: |
|
|
|
uses: docker/setup-buildx-action@v3.0.0 |
|
|
|
|
|
|
|
- name: Prepare - Setup Node |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
uses: actions/setup-node@v4.0.0 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
@ -56,7 +56,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Test - Upload Playwright Artifacts |
|
|
|
if: always() |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v3.1.3 |
|
|
|
with: |
|
|
|
name: playwright-report |
|
|
|
path: tools/e2e/playwright-report/ |
|
|
|
|