From 4a2935b8328d16064058f4d5969347e047ca85e1 Mon Sep 17 00:00:00 2001 From: -_YoYo178_- <95132723+YoYo178@users.noreply.github.com> Date: Sun, 30 Jun 2024 09:08:34 +0530 Subject: [PATCH] Update FF_Linux.yml --- .github/workflows/FF_Linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/FF_Linux.yml b/.github/workflows/FF_Linux.yml index 3b9868da..5f8a5b55 100644 --- a/.github/workflows/FF_Linux.yml +++ b/.github/workflows/FF_Linux.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Configure dependencies shell: bash run: sudo apt update && sudo apt install -y g++-9-multilib gcc-9-multilib @@ -29,7 +29,7 @@ jobs: run: tar cJfv Linux.tar.xz mp/game/FortressForever2013/bin - name: Upload product - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: FF_2013 path: Linux.tar.xz