From c90e14e2409be2e49fa7d55aaf9e527e780853f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:56:41 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.3.3 to 4.4.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...50769540e7f4bd5e21e526ee35c689e35e0d6874) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yaml | 2 +- .github/workflows/pull-request-or-push-to-master.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 85ebdd5..4eafa7d 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -78,7 +78,7 @@ jobs: - name: Run web tests run: npm run test:web - name: Upload test artifacts - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: always() with: name: test-reports diff --git a/.github/workflows/pull-request-or-push-to-master.yaml b/.github/workflows/pull-request-or-push-to-master.yaml index 347587b..65ff92c 100644 --- a/.github/workflows/pull-request-or-push-to-master.yaml +++ b/.github/workflows/pull-request-or-push-to-master.yaml @@ -99,7 +99,7 @@ jobs: - name: Run web tests run: npm run test:web - name: Upload test artifacts - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 if: always() with: name: test-reports