Skip to content

Commit

Permalink
Fix github actions pipeline (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladiwostok authored Sep 23, 2024
1 parent c9829eb commit 94cc1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94cc1ce

Please sign in to comment.