From 757c881951c44e35af0bb7115ade6f22c11c19a7 Mon Sep 17 00:00:00 2001 From: Kyle Benesch <4b796c65+github@gmail.com> Date: Thu, 7 Sep 2023 17:48:27 -0700 Subject: [PATCH] Upgrade outdated GitHub actions --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 802a93b..3d3f928 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -48,7 +48,7 @@ jobs: # Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service. - uses: lukka/get-cmake@latest - name: Restore vcpkg and its artifacts - uses: actions/cache@v2 + uses: actions/cache@v3 with: # The first path is where vcpkg generates artifacts while consuming the vcpkg.json manifest file. # The second path is the location of vcpkg (it contains the vcpkg executable and data files). @@ -104,7 +104,7 @@ jobs: Compress-Archive dist/*/ ${{ env.archive-name }}.zip # Upload archives as artifacts, these can be downloaded from the GitHub Actions page. - name: "Upload Artifact" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: automated-builds path: ${{ env.archive-name }}.*