diff --git a/.changelog/1102.internal.md b/.changelog/1102.internal.md new file mode 100644 index 000000000..0893ce210 --- /dev/null +++ b/.changelog/1102.internal.md @@ -0,0 +1 @@ +Update actions/upload-artifact action to v4 diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0a1e64b92..f33c10108 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