From 3e71b76b2e546e2609abc829aa031ed2318beda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 04:39:26 +0300 Subject: [PATCH] Bump actions/download-artifact from 1 to 3 (#494) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 fbb40bc..e133a60 100644 --- a/.github/workflows/collection-continuous-integration.yml +++ b/.github/workflows/collection-continuous-integration.yml @@ -96,7 +96,7 @@ jobs: run: >- python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: collection path: .cache/collection-tarballs diff --git a/.github/workflows/connections_tests.yml b/.github/workflows/connections_tests.yml index 1583395..a9139d2 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@v1 + uses: actions/download-artifact@v3 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@v1 + uses: actions/download-artifact@v3 with: name: collection path: .cache/collection-tarballs