diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0a1e64b922..f33c101083 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -36,7 +36,7 @@ jobs: - name: Upload build artifacts # Upload build artifacts on push event. if: github.event_name == 'push' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: oasis-explorer-${{ steps.vars.outputs.SHORT_SHA }} path: build