feat: use upload-artifact@v3
All checks were successful
Build and Package Tracy Profiler / build (push) Successful in 2m53s

This commit is contained in:
tqcq
2025-10-16 12:42:44 +08:00
parent dfa7a9a5ca
commit 82bb2d70dc

View File

@@ -49,7 +49,7 @@ jobs:
zip -r release/Tracy-${VERSION}.zip release/*
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: tracy-package
path: release/Tracy-*.zip