From 9d332e42084943ffa191de9fdbf32efc92e18d47 Mon Sep 17 00:00:00 2001 From: Vladiwostok Date: Mon, 23 Sep 2024 19:24:56 +0300 Subject: [PATCH] Fix github actions pipeline --- .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