diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..7ad2e9d5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" \ No newline at end of file diff --git a/.github/workflows/playwright-e2e.yml b/.github/workflows/playwright-e2e.yml index b868e7d5..dc883d9c 100644 --- a/.github/workflows/playwright-e2e.yml +++ b/.github/workflows/playwright-e2e.yml @@ -66,7 +66,7 @@ jobs: - name: Run Playwright tests working-directory: playwright/ci-test run: npx playwright test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report