From 551e985e606ca84672d1d9efc33fceaa6c321f90 Mon Sep 17 00:00:00 2001 From: pixelass Date: Sun, 18 Feb 2024 01:00:10 +0100 Subject: [PATCH] feat: builder --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e516d75..899f59f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: id: package_version run: echo "::set-output name=version::$(jq -r '.version' package.json)" - name: Archive production artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: index path: index.json