From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 09:18:37 +0000 (+1100) Subject: Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#2289) X-Git-Tag: v4.6.0~3 X-Git-Url: https://git.wafflesoft.org/?a=commitdiff_plain;h=ff6d0b8f9b4cdb50664c334d8c61ef2d0806fffb;p=rainny.git Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#2289) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index 6d80727..441da0d 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -25,7 +25,7 @@ jobs: NODE_OPTIONS: '--max_old_space_size=4096' run: npm run build - name: Upload artifact - uses: actions/upload-artifact@v4.6.1 + uses: actions/upload-artifact@v4.6.2 with: name: preview path: dist @@ -33,7 +33,7 @@ jobs: - name: Save pr number run: echo ${PR_NUMBER} > ./pr.txt - name: Upload pr number - uses: actions/upload-artifact@v4.6.1 + uses: actions/upload-artifact@v4.6.2 with: name: pr path: ./pr.txt