From 75aea2bcbc61da7e34aef999726a3b134cc542ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:18:25 +0000 Subject: [PATCH] Bump relative-ci/agent-upload-artifact-action from 1 to 2 Bumps [relative-ci/agent-upload-artifact-action](https://github.com/relative-ci/agent-upload-artifact-action) from 1 to 2. - [Release notes](https://github.com/relative-ci/agent-upload-artifact-action/releases) - [Commits](https://github.com/relative-ci/agent-upload-artifact-action/compare/v1...v2) --- updated-dependencies: - dependency-name: relative-ci/agent-upload-artifact-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63045be7fc..620ddec5aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,6 +36,6 @@ jobs: name: dist path: dist - name: Upload webpack stats artifact - uses: relative-ci/agent-upload-artifact-action@v1 + uses: relative-ci/agent-upload-artifact-action@v2 with: webpackStatsFile: ./webpack-stats.json