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