Skip to content

Commit

Permalink
ci: Ugrade upload-artifact action from v2 to v4 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadyan authored Sep 30, 2024
1 parent 3d66e9b commit 434891d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
echo "${{ github.event.pull_request.head.sha }}" > cover/PR_SHA
if: github.event.pull_request
- name: Upload coverage artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: elixir-lcov
path: cover/
Expand Down

0 comments on commit 434891d

Please sign in to comment.