From cbfd727dd68bf77e562b69f52a88a648af0ae448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:32:13 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Dependabot couldn't find the original pull request head commit, 7dced541483617f5873ab5a5b6781de44fc7e8a3. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e29a3dbf8c..ae07026c818 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,7 @@ jobs: run: yarn run package if: ${{ matrix.friendlyName == 'Ubuntu' }} - name: Upload output artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.friendlyName == 'Ubuntu' with: name: ${{ matrix.friendlyName }}-${{ matrix.arch }}-artifacts