Skip to content

Commit

Permalink
Update to version 4 of cache and codecov actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Nov 15, 2024
1 parent 5f73183 commit d42964b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Cache .plt directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .plt
key: ${{ runner.os }}-otp-${{ matrix.otp }}
Expand Down Expand Up @@ -75,6 +75,6 @@ jobs:
env:
COVER: true
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: "_build/test/covertool/proper.covertool.xml"

0 comments on commit d42964b

Please sign in to comment.