From b8c601bc98e68771c09c578a6ed18ae51c5dc521 Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Thu, 1 Feb 2024 15:26:57 +0000 Subject: [PATCH] ci: update actions --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7538652a..0d090df5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -30,7 +30,7 @@ jobs: target/ key: ${{ matrix.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.nuget/packages key: ${{ runner.os }}-test-nuget-${{ hashFiles('**/packages.lock.json') }} @@ -111,7 +111,7 @@ jobs: src/Rust/target/release/*.exe - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: @@ -129,7 +129,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}