Skip to content

Commit 68cbbe4

Browse files
committed
Update upload-artifact action to v4
1 parent 2700a6b commit 68cbbe4

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
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Upload test artifacts
107107
if: always()
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: test-results-${{ matrix.os }}
111111
path: |

0 commit comments

Comments
 (0)