diff --git a/.gitea/workflows/main-workflow.yml b/.gitea/workflows/main-workflow.yml index 3a12522..8b79aca 100644 --- a/.gitea/workflows/main-workflow.yml +++ b/.gitea/workflows/main-workflow.yml @@ -42,7 +42,7 @@ jobs: run: npm test -- --coverage --coverageReporters=lcov - name: Upload coverage reports - uses: https://github.com/actions/upload-artifact@v4 + uses: https://github.com/actions/upload-artifact@v3 if: matrix.node-version == '18.x' with: github-server-url: https://gitea.p-lao.com @@ -117,7 +117,7 @@ jobs: cd .. - name: Upload build artifacts - uses: https://github.com/actions/upload-artifact@v4 + uses: https://github.com/actions/upload-artifact@v3 with: github-server-url: https://gitea.p-lao.com name: release-artifacts @@ -153,7 +153,7 @@ jobs: continue-on-error: true - name: Upload lint results - uses: https://github.com/actions/upload-artifact@v4 + uses: https://github.com/actions/upload-artifact@v3 if: always() with: github-server-url: https://gitea.p-lao.com