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