Skip to content

Commit

Permalink
ci: upgrade actions/upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Dec 12, 2024
1 parent 3ca135b commit 16d0835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test_case.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
make eunit
rm -f rebar.lock
make cover
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: cover
path: _build/test/cover

0 comments on commit 16d0835

Please sign in to comment.