chore(deps): Bump actions/upload-artifact from 3 to 4 (#949)

This commit is contained in:
dependabot[bot] 2023-12-18 07:16:43 +00:00 committed by GitHub
parent 27c7ac5854
commit df96ecd0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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