From e8e1dae581a24ba944b718a8ef07127b5f718bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:15:45 +0000 Subject: [PATCH] Bump the github-actions group in /.github/workflows/test with 1 update Bumps the github-actions group in /.github/workflows/test with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test/action.yml b/.github/workflows/test/action.yml index 9ae666de2..1434632e7 100644 --- a/.github/workflows/test/action.yml +++ b/.github/workflows/test/action.yml @@ -49,7 +49,7 @@ runs: - name: "Test Report Store: ${{ inputs.name }}-${{ runner.os == 'Linux' && 'linux' || 'windows' }}" if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "test-results-${{ runner.os == 'Linux' && 'linux' || 'windows' }}" path: build/output/junit-*.xml