mirror of
https://github.com/zadam/trilium.git
synced 2026-03-10 02:13:38 +01:00
chore(deps): update actions/upload-artifact action to v7
This commit is contained in:
parent
17ba479182
commit
25efcd12d0
4
.github/workflows/dev.yml
vendored
4
.github/workflows/dev.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
run: pnpm run --filter=client test
|
||||
|
||||
- name: Upload client test report
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
if: always()
|
||||
with:
|
||||
name: client-test-report
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
run: pnpm run --filter=server test
|
||||
|
||||
- name: Upload server test report
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
if: always()
|
||||
with:
|
||||
name: server-test-report
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user