diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 89f88a4..599e18d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -29,7 +29,7 @@ jobs: - name: Build extension zip run: npm run package - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: tweai-extension path: tweai-v*.zip