fix: use actions/upload-artifact@v4

This commit is contained in:
Tienson Qin
2025-03-11 02:20:12 +08:00
parent ac0a0dae72
commit 7fb2d74566
5 changed files with 13 additions and 13 deletions

View File

@@ -88,7 +88,7 @@ jobs:
run: tar czf static.tar.gz static
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logseq-e2e-artifact
path: static.tar.gz
@@ -157,7 +157,7 @@ jobs:
- name: Save e2e artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-repeat-report-${{ matrix.shard}}-${{ matrix.repeat }}
path: e2e-dump/*