ci: downgrade upload-artifact to v3 (v4+ not supported on Gitea GHES)
Build and Push Docker Image / build (push) Successful in 22s
CI / Security audit (push) Successful in 37s
CI / Tests & coverage (push) Successful in 1m11s
Build and Push Docker Image / build (push) Successful in 22s
CI / Security audit (push) Successful in 37s
CI / Tests & coverage (push) Successful in 1m11s
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
||||
NODE_ENV: test
|
||||
|
||||
- name: Upload coverage report
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: coverage-report
|
||||
|
||||
Reference in New Issue
Block a user