fix failing gh actions test run

This commit is contained in:
Lion Kortlepel 2023-12-21 12:21:16 +01:00 committed by Lion
parent defadf094f
commit ddd3883aa9

View File

@ -116,7 +116,7 @@ jobs:
container: container:
image: debian:11 image: debian:11
steps: steps:
- uses: actions/download-artifact@master - uses: actions/download-artifact@v4
with: with:
name: BeamMP-Server-debian-tests name: BeamMP-Server-debian-tests
@ -136,7 +136,7 @@ jobs:
container: container:
image: ubuntu:22.04 image: ubuntu:22.04
steps: steps:
- uses: actions/download-artifact@master - uses: actions/download-artifact@v4
with: with:
name: BeamMP-Server-ubuntu-tests name: BeamMP-Server-ubuntu-tests