chore(deps): Bump actions/upload-artifact from 4 to 5 (#1123)

This commit is contained in:
dependabot[bot]
2025-10-27 07:03:55 +00:00
committed by GitHub
parent b49937e11c
commit 78c08488f8

View File

@@ -148,7 +148,7 @@ jobs:
- name: Upload collected troubleshooting data
if: always() && steps.debug-data.outputs.path
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: debug-data
path: ${{ steps.debug-data.outputs.path }}/*.*