diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 350bfec00..f261d2038 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -18,11 +18,11 @@ jobs: if: github.repository == 'maxplanck-ie/parkour2' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Playwright rule run: | make playwright - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: test-suite-report