From 64edf77b7121dbca4de3dd776a8811c93aa2b5b6 Mon Sep 17 00:00:00 2001 From: Milap Sheth Date: Fri, 15 Dec 2023 13:19:01 -0500 Subject: [PATCH] ci: use latest publish artifact action --- .github/workflows/publish-bytecode.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-bytecode.yaml b/.github/workflows/publish-bytecode.yaml index bf41e202..d308476a 100644 --- a/.github/workflows/publish-bytecode.yaml +++ b/.github/workflows/publish-bytecode.yaml @@ -27,11 +27,7 @@ jobs: - name: Build run: npm run build - - name: Get the tag - id: release_tag - run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/} - - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: - name: Bytecode-${{ steps.release_tag.outputs.VERSION }} + name: Bytecode-${GITHUB_REF#refs/tags/} path: artifacts/