mirror of
https://github.com/zadam/trilium.git
synced 2026-03-13 11:53:38 +01:00
chore(deps): update actions/upload-artifact action to v7 (#8951)
This commit is contained in:
commit
d277e6db94
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