Skip to content

Commit 757c881

Browse files
committed
Upgrade outdated GitHub actions
1 parent d8b4dda commit 757c881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# 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.
4949
- uses: lukka/get-cmake@latest
5050
- name: Restore vcpkg and its artifacts
51-
uses: actions/cache@v2
51+
uses: actions/cache@v3
5252
with:
5353
# The first path is where vcpkg generates artifacts while consuming the vcpkg.json manifest file.
5454
# The second path is the location of vcpkg (it contains the vcpkg executable and data files).
@@ -104,7 +104,7 @@ jobs:
104104
Compress-Archive dist/*/ ${{ env.archive-name }}.zip
105105
# Upload archives as artifacts, these can be downloaded from the GitHub Actions page.
106106
- name: "Upload Artifact"
107-
uses: actions/upload-artifact@v2
107+
uses: actions/upload-artifact@v3
108108
with:
109109
name: automated-builds
110110
path: ${{ env.archive-name }}.*

0 commit comments

Comments
 (0)