From 7626cd8daad733f7a5a4c29a6dabea3a317f578e Mon Sep 17 00:00:00 2001 From: juanferrer Date: Sun, 15 Sep 2024 21:30:45 +0100 Subject: [PATCH] Fix get-version-action --- .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 c1e7be0d..a7165731 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: - name: Extract tag version number id: get_version - uses: drewg13/get-version-action@v1 + uses: drewg13/get-version-action@1.0.0 - name: Substitute Manifest and Download Links For Versioned Ones id: sub_manifest_link_version @@ -79,7 +79,7 @@ jobs: run: npm run build - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist path: dist