diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 303683f60..61ac67777 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: diff --git a/.github/workflows/steam.yml b/.github/workflows/steam.yml index 3609121dd..aa5b5812a 100644 --- a/.github/workflows/steam.yml +++ b/.github/workflows/steam.yml @@ -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