diff --git a/.gitea/workflows/main-workflow.yml b/.gitea/workflows/main-workflow.yml index cde7b75..f1c3413 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: name: coverage-reports @@ -116,7 +116,7 @@ jobs: cd .. - name: Upload build artifacts - uses: https://github.com/actions/upload-artifact@v4 + uses: https://github.com/actions/upload-artifact@v3 with: name: release-artifacts path: | @@ -151,7 +151,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: name: lint-results