chore(deps): Bump actions/upload-artifact from 3 to 4 (#949)
This commit is contained in:
parent
27c7ac5854
commit
df96ecd0f5
|
@ -205,7 +205,7 @@ jobs:
|
|||
|
||||
- name: Upload collected troubleshooting data
|
||||
if: always() && steps.debug-data.outputs.path
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: debug-data
|
||||
path: ${{ steps.debug-data.outputs.path }}/*.*
|
||||
|
|
Loading…
Reference in New Issue