From ce0d29df933fd03c5de218e159976629113257b9 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 31 Dec 2022 12:29:33 +0100 Subject: [PATCH] Update workflow to address deprecations --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bccdf37..ef5d4623 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: image: ubuntu:bionic env: { LANG: "C.UTF-8" } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install deps run: | apt-get update @@ -40,7 +40,7 @@ jobs: image: ubuntu:bionic env: { LANG: "C.UTF-8" } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install deps run: | apt-get update @@ -69,7 +69,7 @@ jobs: image: ubuntu:jammy env: { LANG: "C.UTF-8" } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install deps run: | apt-get update @@ -89,7 +89,7 @@ jobs: win32: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install compiler run: | sudo apt-get update && sudo apt-get install cmake -qyy @@ -111,7 +111,7 @@ jobs: win64: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install compiler run: | sudo apt-get update && sudo apt-get install cmake -qyy @@ -131,9 +131,9 @@ jobs: path: ./irrlicht-win64.zip macos: - runs-on: macos-10.15 + runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install deps run: | brew update @@ -202,7 +202,7 @@ jobs: run: move include artifact/ - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: msvc-${{ matrix.config.arch }} path: artifact/