mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-11 17:30:11 +01:00
chore(deps): Bump actions/upload-artifact from 4 to 5 (#1123)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 }}/*.*
|
||||
|
||||
Reference in New Issue
Block a user