From b0696689f6b5871b848d8a7da5afd267bd90a4ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 10:16:05 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .changelog/1102.internal.md | 1 + .github/workflows/ci-build.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .changelog/1102.internal.md 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