Skip to content

Commit 78c0848

Browse files
chore(deps): Bump actions/upload-artifact from 4 to 5 (#1123)
1 parent b49937e commit 78c0848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
149149
- name: Upload collected troubleshooting data
150150
if: always() && steps.debug-data.outputs.path
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v5
152152
with:
153153
name: debug-data
154154
path: ${{ steps.debug-data.outputs.path }}/*.*

0 commit comments

Comments
 (0)