diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b53d03f..c252e1b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -40,7 +40,7 @@ jobs: run: npm run test:coverage - name: Upload Coverage Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage @@ -68,7 +68,7 @@ jobs: - name: Upload Playwright Report (on failure) if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: playwright-report path: |