From ca3db61012e4b28ae655d9309e527be7f4c448c2 Mon Sep 17 00:00:00 2001 From: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:33:30 +0200 Subject: [PATCH] Updating to v4 --- .github/workflows/Linux build template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Linux build template.yml b/.github/workflows/Linux build template.yml index ce06927..1d11622 100644 --- a/.github/workflows/Linux build template.yml +++ b/.github/workflows/Linux build template.yml @@ -29,7 +29,7 @@ jobs: sudo apt install build-essential cmake ninja-build libusb-1.0-0-dev zlib1g-dev libssl-dev - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Thunder-${{matrix.build_type}}-artifact path: ${{matrix.build_type}} @@ -70,7 +70,7 @@ jobs: run: tar -czvf ${{matrix.build_type}}.tar.gz ${{matrix.build_type}} - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ThunderLibraries-${{matrix.build_type}}-artifact path: ${{matrix.build_type}}.tar.gz