diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 741353b..dd3e7df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - run: npm run build - run: npm audit --audit-level=high - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: wema-html path: dist/wema.html