From d42964bcdbf8852664ce52656676c06e5ac5a511 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Fri, 15 Nov 2024 01:36:25 +0100 Subject: [PATCH] Update to version 4 of cache and codecov actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 460d423c..a6788d1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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"