Skip to content

Commit

Permalink
chore: bump version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Whoops committed Jan 30, 2025
1 parent a4e4e94 commit a79ae14
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 @@ -2,7 +2,7 @@ name: Elixir CI

on:
schedule:
- cron: '0 5 * * *'
- cron: "0 5 * * *"
push:
branches: master
pull_request:
Expand Down Expand Up @@ -169,7 +169,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@v3
uses: actions/upload-artifact@v4
with:
name: elixir-lcov
path: cover/

0 comments on commit a79ae14

Please sign in to comment.