Browse Source

Update GitHub Action Versions (#1069)

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

4
.github/workflows/dev.yml

@ -103,7 +103,7 @@ jobs:
- name: Test - Upload Playwright Artifacts - name: Test - Upload Playwright Artifacts
if: always() if: always()
uses: actions/upload-artifact@v4.2.0 uses: actions/upload-artifact@v4.3.0
with: with:
name: playwright-report name: playwright-report
path: tools/e2e/playwright-report/ path: tools/e2e/playwright-report/
@ -111,7 +111,7 @@ jobs:
- name: Test - Dump docker logs on failure - name: Test - Dump docker logs on failure
if: failure() if: failure()
uses: jwalton/gh-docker-logs@v2.2.1 uses: jwalton/gh-docker-logs@v2.2.2
with: with:
images: 'squidex-local,squidex/resizer' images: 'squidex-local,squidex/resizer'
tail: '100' tail: '100'

2
.github/workflows/make-screenshots.yml

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

4
.github/workflows/release.yml

@ -98,7 +98,7 @@ jobs:
- name: Test - Upload Playwright Artifacts - name: Test - Upload Playwright Artifacts
if: always() if: always()
uses: actions/upload-artifact@v4.2.0 uses: actions/upload-artifact@v4.3.0
with: with:
name: playwright-report name: playwright-report
path: tools/e2e/playwright-report/ path: tools/e2e/playwright-report/
@ -106,7 +106,7 @@ jobs:
- name: Test - Dump docker logs on failure - name: Test - Dump docker logs on failure
if: failure() if: failure()
uses: jwalton/gh-docker-logs@v2.2.1 uses: jwalton/gh-docker-logs@v2.2.2
with: with:
images: 'squidex-local,squidex/resizer' images: 'squidex-local,squidex/resizer'
tail: '100' tail: '100'

Loading…
Cancel
Save