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') }}