Skip to content

Commit

Permalink
upgrade github actions due deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacia committed Dec 11, 2024
1 parent fdbc0e5 commit ac36964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: test
run: mix test --cover --trace
- name: archive code coverage
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: cover
name: cover-${{ matrix.runs-on }}
path: cover

static_code_analysis:
Expand Down

0 comments on commit ac36964

Please sign in to comment.