Skip to content

Commit 31b5dc6

Browse files
chore(deps): update actions/upload-artifact action to v6 (#293)
1 parent e5d249b commit 31b5dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Upload test results
2424
if: always()
25-
uses: actions/upload-artifact@v5
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: test-results
2828
path: |

0 commit comments

Comments
 (0)