mirror of
https://github.com/zadam/trilium.git
synced 2026-03-08 05:00:24 +01:00
chore(deps): update actions/upload-artifact action to v7
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user