Browse Source

Update GitHub Action Versions (#1066)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/1069/head
Sebastian Stehle 2 years ago
committed by GitHub
parent
commit
74e3bb52e3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/dev.yml
  2. 2
      .github/workflows/make-screenshots.yml
  3. 2
      .github/workflows/release.yml

2
.github/workflows/dev.yml

@ -103,7 +103,7 @@ jobs:
- name: Test - Upload Playwright Artifacts
if: always()
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: playwright-report
path: tools/e2e/playwright-report/

2
.github/workflows/make-screenshots.yml

@ -50,7 +50,7 @@ jobs:
- name: Test - Upload Playwright Artifacts
if: always()
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: snapshots
path: tools/e2e/snapshots/

2
.github/workflows/release.yml

@ -98,7 +98,7 @@ jobs:
- name: Test - Upload Playwright Artifacts
if: always()
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: playwright-report
path: tools/e2e/playwright-report/

Loading…
Cancel
Save