mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-05-20 16:40:15 +00:00
fix failing gh actions test run
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user