From 524d3ff1b40d041410829b18dcf268abda3eb2e6 Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Wed, 4 Sep 2024 23:32:46 +0200 Subject: [PATCH] Update all actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e212287..fe1eebe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,13 +15,13 @@ jobs: ARCH: ${{ matrix.ARCH }} DIST: bionic steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: recursive - name: Build AppImage in Docker run: bash -ex ci/build-in-docker.sh - name: Archive artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: AppImage build ${{ matrix.ARCH }} path: | @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 - name: Inspect directory after downloading artifacts run: ls -alFR - name: Create release and upload artifacts