From 8a88a7bf8db1793d3bcd14129a9b07d9f8b13310 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 22 Sep 2023 23:21:36 -0500 Subject: [PATCH] Switch checkout & upload-artifact actions to v3 (node12-16 warning) --- .github/workflows/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bdd2735..7e73537 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: - name: List files in Qt run: find ${{env.Qt5_Dir}} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Configure CMake run: cmake -B '${{github.workspace}}'/build @@ -54,7 +54,7 @@ jobs: -appimage -verbose=2 -extra-plugins=iconengines - name: Upload artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: TestTaker-linux-appimage path: TestTaker*.AppImage @@ -79,7 +79,7 @@ jobs: install-deps: "true" - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build for Windows shell: bash @@ -101,7 +101,7 @@ jobs: windeployqt.exe -svg --release --no-compiler-runtime --no-opengl-sw --no-translations TestTaker.exe # 7z a -r ../${APPNAME} * - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: TestTaker-windows path: packageDir/*