chore: migrate actions/upload-artifact to v4

This commit is contained in:
Harttle
2025-02-09 22:49:40 +08:00
committed by Yang Jun
parent 38a0f510b0
commit 5cb843f162
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Archive npm failure logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: npm-logs