CI: Update first-party GitHub Actions

master
Ryan Foster 2022-05-19 17:12:47 -04:00
parent 831fe03048
commit b1c7d4eb4b
2 changed files with 9 additions and 9 deletions

View File

@ -104,7 +104,7 @@ jobs:
- name: 'Restore ccache from cache'
id: ccache-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
CACHE_NAME: 'ccache-cache'
with:
@ -113,7 +113,7 @@ jobs:
- name: 'Restore Chromium Embedded Framework from cache'
id: cef-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
CACHE_NAME: 'cef-cache'
with:
@ -122,7 +122,7 @@ jobs:
- name: 'Restore VLC dependency from cache'
id: vlc-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
CACHE_NAME: 'vlc-cache'
with:
@ -131,7 +131,7 @@ jobs:
- name: 'Restore Sparkle dependency from cache'
id: sparkle-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
CACHE_NAME: 'sparkle-cache'
with:
@ -230,7 +230,7 @@ jobs:
- name: 'Restore ccache from cache'
id: ccache-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
CACHE_NAME: 'ccache-cache'
with:
@ -239,7 +239,7 @@ jobs:
- name: 'Restore Chromium Embedded Framework from cache'
id: cef-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
CACHE_NAME: 'cef-cache'
with:
@ -312,7 +312,7 @@ jobs:
- name: 'Restore VLC dependency from cache'
id: vlc-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
CACHE_NAME: 'vlc-cache'
with:
@ -321,7 +321,7 @@ jobs:
- name: 'Restore Chromium Embedded Framework from cache'
id: cef-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
CACHE_NAME: 'cef-cache'
with:

View File

@ -210,7 +210,7 @@ jobs:
- name: Upload Steam build logs
if: steps.should-run.outputs.result == 'true'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: steam-build-logs
path: ${{ github.workspace }}/steam/build/*.log