mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +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:
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user