Skip to content

Commit f5799af

Browse files
chore(deps): Bump actions/upload-artifact from 5 to 6 (#1135)
1 parent feeb929 commit f5799af

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@v5
151+
uses: actions/upload-artifact@v6
152152
with:
153153
name: debug-data
154154
path: ${{ steps.debug-data.outputs.path }}/*.*

0 commit comments

Comments
 (0)