Skip to content

Commit d42964b

Browse files
committed
Update to version 4 of cache and codecov actions
1 parent 5f73183 commit d42964b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout code
3535
uses: actions/checkout@v4
3636
- name: Cache .plt directory
37-
uses: actions/cache@v3
37+
uses: actions/cache@v4
3838
with:
3939
path: .plt
4040
key: ${{ runner.os }}-otp-${{ matrix.otp }}
@@ -75,6 +75,6 @@ jobs:
7575
env:
7676
COVER: true
7777
- name: Upload coverage to Codecov
78-
uses: codecov/codecov-action@v3
78+
uses: codecov/codecov-action@v4
7979
with:
8080
files: "_build/test/covertool/proper.covertool.xml"

0 commit comments

Comments
 (0)