From 43d9b05fb6e81771d6f11ecacf87251491d4511a Mon Sep 17 00:00:00 2001 From: Yuankai619 Date: Tue, 17 Sep 2024 23:20:02 +0800 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 3a04133..70817cc 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -80,7 +80,7 @@ jobs: if: always() with: name: ${{ matrix.folder }} - path: zip-files/${{ matrix.folder }} + path: zip-files/ retention-days: 30 # - uses: actions/upload-artifact@v4 # if: always() @@ -153,7 +153,7 @@ jobs: done echo "" >> deploy-zip-files/index.html - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: deploy-zip-files/ \ No newline at end of file