diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17607d2..a8b4285 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -269,7 +269,7 @@ jobs: echo "Build output verified." - name: Upload build artifact - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: build-${{ github.sha }} path: build/ @@ -334,7 +334,7 @@ jobs: - name: Upload Playwright report and traces if: failure() || cancelled() - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: playwright-report path: |