Skip to content

Commit

Permalink
Upgrade outdated GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Sep 8, 2023
1 parent d8b4dda commit 757c881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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 }}.*
Expand Down

0 comments on commit 757c881

Please sign in to comment.