Skip to content

Commit 16d0835

Browse files
committed
ci: upgrade actions/upload-artifact version
1 parent 3ca135b commit 16d0835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_test_case.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
make eunit
2323
rm -f rebar.lock
2424
make cover
25-
- uses: actions/upload-artifact@v1
25+
- uses: actions/upload-artifact@v4
2626
with:
2727
name: cover
2828
path: _build/test/cover

0 commit comments

Comments
 (0)