From 9ca51c337d0f15666b60ff6a383f91f61f4e3345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:05:03 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4.1.2 to 4.1.3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/server-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index c54037db..b8cb1f18 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -61,7 +61,7 @@ jobs: python -m pip install --upgrade pip pip install coverage - name: Download coverage reports from all runners - uses: actions/download-artifact@v4.1.2 + uses: actions/download-artifact@v4.1.3 with: path: ${{ github.workspace }}/ merge-multiple: true