From 94cc1ce08051df19486e03171cd3340119c08c99 Mon Sep 17 00:00:00 2001 From: Vladiwostok <55026261+Vladiwostok@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:37:35 +0300 Subject: [PATCH] Fix github actions pipeline (#140) --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 4eecab8e..413eaa7d 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -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