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