From 52d9a4cd0f6ff20704953bfe223f057a6ca6cff3 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Tue, 9 Jan 2024 15:26:01 +0100 Subject: [PATCH] Update Node 12 actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7940ffc..1bba99e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: steps: # check out once git command is available - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive @@ -31,7 +31,7 @@ jobs: run: bash ci/build-in-docker.sh - name: Archive artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: AppImage ${{ matrix.ARCH }} path: linuxdeploy-plugin-qt-${{ matrix.ARCH }}.AppImage*