Fix github actions pipeline (#140)
This commit is contained in:
parent
89f2e1c50e
commit
531f75bd29
|
|
@ -145,7 +145,7 @@ jobs:
|
|||
dub build
|
||||
dub test
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: bin-${{matrix.build.type}}-${{matrix.build.version}}-${{ matrix.compiler.dmd }}-${{ matrix.host }}
|
||||
path: bin
|
||||
|
|
|
|||
Loading…
Reference in New Issue