From 151303a0d524efc255d471705b94807ac6c37d96 Mon Sep 17 00:00:00 2001 From: Clara <76918665+ClaraLpresta@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:48:06 +0200 Subject: [PATCH] Fix actions (#557) * fix the subscription when plan has expired * updated of download artifact action to v4 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 77cd6ccc..1e25ce72 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,7 +69,7 @@ jobs: needs: build steps: - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4 with: name: ${{ github.event.repository.name }} @@ -92,7 +92,7 @@ jobs: needs: build steps: - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4 with: name: ${{ github.event.repository.name }}