test upload artifiact action v2 skip the checksytle and phpstan scripts for now v2
Some checks failed
CI / testsuite (pgsql, 8.4, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.2, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Has been cancelled
CI / testsuite (mysql, 8.2, ) (push) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (push) Has been cancelled
CI / testsuite (pgsql, 8.2, ) (push) Has been cancelled
CI / testsuite (mysql, 8.4, ) (push) Has been cancelled
CI / Coding Standard & Static Analysis (push) Successful in 11m28s

This commit is contained in:
2026-01-23 01:31:42 -08:00
parent 7e694b4e75
commit 14ec05f6c5

View File

@@ -128,7 +128,7 @@ jobs:
- run: mkdir -p art - run: mkdir -p art
- run: echo hello > art/world.txt - run: echo hello > art/world.txt
- uses: actions/upload-artifact@v4 - uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with: with:
name: my-artifact name: my-artifact
path: art/world.txt path: art/world.txt