mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-04 00:36:14 +00:00
fix failing gh actions test run
This commit is contained in:
parent
defadf094f
commit
ddd3883aa9
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user