Skip to content

Commit

Permalink
Merge pull request #518 from qgis/Xpirix-patch-3
Browse files Browse the repository at this point in the history
Update deprecated actions in playwright-e2e.yml
  • Loading branch information
Xpirix authored Feb 4, 2025
2 parents 494c3d2 + 70d27d2 commit b4e69d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
2 changes: 1 addition & 1 deletion .github/workflows/playwright-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4e69d2

Please sign in to comment.