diff --git a/.gitea/workflows/release/build-and-release.yaml b/.gitea/workflows/release/build-and-release.yaml index 2fc2060..d1ef33a 100644 --- a/.gitea/workflows/release/build-and-release.yaml +++ b/.gitea/workflows/release/build-and-release.yaml @@ -21,10 +21,11 @@ jobs: AMO_API_SECRET: ${{ secrets.AMO_API_SECRET }} run: cd web-extension/cl && npm run sign - name: Upload web extension artifact - uses: https://github.com/actions/upload-artifact@v4 + uses: https://github.com/actions/upload-artifact@v3 with: name: webext-xpi path: web-extension/cl/web-ext-artifacts/*.xpi + retention-days: 7 if-no-files-found: error build-and-release: