From 3e869ad463906fa32cca1e434815aa660bdd7927 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 24 Oct 2025 22:59:28 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c39da689..3aa05463 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -74,14 +74,14 @@ jobs: - name: Upload Event File if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Event File path: ${{ github.event_path }} - name: Upload E2E Test Results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: Playwright E2E Test Results path: |