From b54506b84b9eae871f34d6f17631c59efeb5cfb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez=20Di=20Antonio?= Date: Mon, 28 Oct 2024 23:08:17 +0100 Subject: [PATCH] fix: remove deprecate github actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f4dea5..c33dd95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: GIT_VERSION=${{ github.ref_name }} make build-dist - name: Upload Distribution files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: ./dist/ @@ -96,7 +96,7 @@ jobs: echo ${{ github.ref_name }} - name: Download Distribution files - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: dist path: ./dist/