From 53afe4a6aaf6a2b06e7077e73c96b80a6973b02f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Gro=C3=9F?= Date: Wed, 15 Feb 2023 09:33:14 +0100 Subject: [PATCH] Update actions that were formerly incompatible with our setup. --- .github/workflows/linux_server_build.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linux_server_build.yml b/.github/workflows/linux_server_build.yml index 5e3adad2a1..f4ff42ae32 100644 --- a/.github/workflows/linux_server_build.yml +++ b/.github/workflows/linux_server_build.yml @@ -1,6 +1,6 @@ # Copyright 2013-2019 High Fidelity, Inc. # Copyright 2020-2022 Vircadia contributors. -# Copyright 2021-2022 Overte e.V. +# Copyright 2021-2023 Overte e.V. # SPDX-License-Identifier: Apache-2.0 name: Linux Server CI Build @@ -188,8 +188,7 @@ jobs: fi - # Checkout v2 and v3 are currently broken on our Docker configuration - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 with: submodules: false fetch-depth: 1 @@ -216,8 +215,7 @@ jobs: - name: Archive cmake logs if: always() - # upload-artifact v2 and v3 are currently broken on our Docker configuration - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: cmake-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.number }}.tar.xz path: cmake-logs-${{ matrix.os }}-${{ matrix.arch }}-${{ github.event.number }}.tar.xz @@ -256,8 +254,7 @@ jobs: - name: Upload artifact to GitHub if: github.event_name == 'pull_request' - # upload-artifact v2 and v3 are currently broken on our Docker configuration - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: name: ${{ env.ARTIFACT_PATTERN }} path: pkg-scripts/${{ env.ARTIFACT_PATTERN }}