From f9d39b783f7f30cd5c8131e90177aa27141f73f1 Mon Sep 17 00:00:00 2001 From: hschoenenberger Date: Fri, 27 Sep 2024 16:38:11 +0200 Subject: [PATCH] fix: ci --- .github/workflows/build-release-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-publish.yml b/.github/workflows/build-release-publish.yml index 1c9dce2cc..e7d4549cb 100644 --- a/.github/workflows/build-release-publish.yml +++ b/.github/workflows/build-release-publish.yml @@ -91,7 +91,7 @@ jobs: uses: actions/download-artifact@v4 with: name: ${{ github.event.repository.name }} - path: ${{ github.workspace }} +# path: ${{ github.workspace }} - name: Set up Cloud SDK uses: google-github-actions/setup-gcloud@v0 @@ -135,7 +135,7 @@ jobs: echo "zip_file=${{ github.event.repository.name }}_preprod-${{ needs.build.outputs.version }}.zip" >> "$GITHUB_ENV" - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4 with: name: ${{ github.event.repository.name }}