From 0215a68fda2cd39887de973a91649645e3bf60fd Mon Sep 17 00:00:00 2001 From: Salbei Date: Fri, 18 Oct 2024 00:51:12 +0200 Subject: [PATCH] Fixes for CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c15e3ac..d55d00a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: id: build - name: Upload artifact - uses: actions/upload-artifact@1.0.0 + uses: actions/upload-artifact@v2 with: - name: 'gruppe_adler_mod' + name: ${{ steps.build.outputs.zip_name }} path: ${{ steps.build.outputs.zip_path }}