From 25d15d4b9268e7e5631372aea2e0c20488f31db7 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Tue, 30 Jan 2024 17:44:53 +0100 Subject: [PATCH] Update GitHub Action Versions (#1069) Co-authored-by: github-actions[bot] --- .github/workflows/dev.yml | 4 ++-- .github/workflows/make-screenshots.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 95cabd83a..b0c9d2d61 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -103,7 +103,7 @@ jobs: - name: Test - Upload Playwright Artifacts if: always() - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: playwright-report path: tools/e2e/playwright-report/ @@ -111,7 +111,7 @@ jobs: - name: Test - Dump docker logs on failure if: failure() - uses: jwalton/gh-docker-logs@v2.2.1 + uses: jwalton/gh-docker-logs@v2.2.2 with: images: 'squidex-local,squidex/resizer' tail: '100' diff --git a/.github/workflows/make-screenshots.yml b/.github/workflows/make-screenshots.yml index 9b38f8ffe..20528c18f 100644 --- a/.github/workflows/make-screenshots.yml +++ b/.github/workflows/make-screenshots.yml @@ -50,7 +50,7 @@ jobs: - name: Test - Upload Playwright Artifacts if: always() - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: snapshots path: tools/e2e/snapshots/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35aa047d6..324444c8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: - name: Test - Upload Playwright Artifacts if: always() - uses: actions/upload-artifact@v4.2.0 + uses: actions/upload-artifact@v4.3.0 with: name: playwright-report path: tools/e2e/playwright-report/ @@ -106,7 +106,7 @@ jobs: - name: Test - Dump docker logs on failure if: failure() - uses: jwalton/gh-docker-logs@v2.2.1 + uses: jwalton/gh-docker-logs@v2.2.2 with: images: 'squidex-local,squidex/resizer' tail: '100'