chore: upgrade GitHub Actions artifact actions (#1339)

This commit is contained in:
houseme
2026-01-02 12:29:59 +08:00
committed by GitHub
parent cf53a9d84a
commit 134e7e237c
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -107,7 +107,7 @@ jobs:
- name: Upload profile data
if: steps.profiling.outputs.profile_generated == 'true'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: performance-profile-${{ github.run_number }}
path: samply-profile.json
@@ -135,7 +135,7 @@ jobs:
tee benchmark-results.json
- name: Upload benchmark results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: benchmark-results-${{ github.run_number }}
path: benchmark-results.json