From bcdfae34db019bf66447f3a57a2d3a6a40de1b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 12:06:46 +0000 Subject: [PATCH] Bump actions/upload-artifact in the artifacts group across 1 directory (#250) Bumps the artifacts group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4.3.6 to 4.5.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.5.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: artifacts ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd2da54..f88244d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: SANDBOX: ${{ github.ref != 'refs/heads/main' }} - name: 'Upload build' - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.5.0 with: name: dist path: dist/ @@ -93,7 +93,7 @@ jobs: target: prod - name: 'Upload build' - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.5.0 with: name: image path: /tmp/image.tar @@ -199,7 +199,7 @@ jobs: - name: 'Store results' if: failure() && steps.playwright.outcome == 'failure' - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.5.0 with: name: integration-tests-result path: integration-results