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/