From 38083ab769dcfecd88d7b9f92ede26800ab34ecf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:52:44 +0000 Subject: [PATCH] Bump actions/upload-artifact in the artifacts group across 1 directory 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.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.3) --- 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] --- .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 d5f3ef4..cf3f92a 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.4.3 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.4.3 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.4.3 with: name: integration-tests-result path: integration-results