From ddd3883aa972a5a5801ffd847657016a05439351 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 21 Dec 2023 12:21:16 +0100 Subject: [PATCH] fix failing gh actions test run --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 9b7de8c..ab3fa4e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -116,7 +116,7 @@ jobs: container: image: debian:11 steps: - - uses: actions/download-artifact@master + - uses: actions/download-artifact@v4 with: name: BeamMP-Server-debian-tests @@ -136,7 +136,7 @@ jobs: container: image: ubuntu:22.04 steps: - - uses: actions/download-artifact@master + - uses: actions/download-artifact@v4 with: name: BeamMP-Server-ubuntu-tests