From 273aab705e19485e2ace9049b73c70351a5a413d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:38:48 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/collection-continuous-integration.yml | 2 +- .github/workflows/connections_tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/collection-continuous-integration.yml b/.github/workflows/collection-continuous-integration.yml index 1838613c..89b2f5db 100644 --- a/.github/workflows/collection-continuous-integration.yml +++ b/.github/workflows/collection-continuous-integration.yml @@ -100,7 +100,7 @@ jobs: run: >- python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: collection path: .cache/collection-tarballs diff --git a/.github/workflows/connections_tests.yml b/.github/workflows/connections_tests.yml index 560c3a5c..070211ce 100644 --- a/.github/workflows/connections_tests.yml +++ b/.github/workflows/connections_tests.yml @@ -120,7 +120,7 @@ jobs: run: python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: collection path: .cache/collection-tarballs @@ -210,7 +210,7 @@ jobs: run: python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: collection path: .cache/collection-tarballs