Browse Source
Update GitHub Action Versions (#1065)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1066/head
Sebastian Stehle
2 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@v4.0.0 |
|
|
|
uses: actions/setup-node@v4.0.1 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
@ -103,7 +103,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Test - Upload Playwright Artifacts |
|
|
|
if: always() |
|
|
|
uses: actions/upload-artifact@v4.0.0 |
|
|
|
uses: actions/upload-artifact@v4.1.0 |
|
|
|
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@v4.0.0 |
|
|
|
uses: actions/setup-node@v4.0.1 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
@ -50,7 +50,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Test - Upload Playwright Artifacts |
|
|
|
if: always() |
|
|
|
uses: actions/upload-artifact@v4.0.0 |
|
|
|
uses: actions/upload-artifact@v4.1.0 |
|
|
|
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@v4.0.0 |
|
|
|
uses: actions/setup-node@v4.0.1 |
|
|
|
with: |
|
|
|
node-version: 18 |
|
|
|
|
|
|
|
@ -98,7 +98,7 @@ jobs: |
|
|
|
|
|
|
|
- name: Test - Upload Playwright Artifacts |
|
|
|
if: always() |
|
|
|
uses: actions/upload-artifact@v4.0.0 |
|
|
|
uses: actions/upload-artifact@v4.1.0 |
|
|
|
with: |
|
|
|
name: playwright-report |
|
|
|
path: tools/e2e/playwright-report/ |
|
|
|
|