diff --git a/.github/workflows/build_latest_podman.yml b/.github/workflows/build_latest_podman.yml index e90bd85..b977eec 100644 --- a/.github/workflows/build_latest_podman.yml +++ b/.github/workflows/build_latest_podman.yml @@ -212,7 +212,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download Podman artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: podman-latest path: podman-artifact/ @@ -351,7 +351,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Download Podman artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: podman-latest path: podman-artifact/ diff --git a/.github/workflows/collection-continuous-integration.yml b/.github/workflows/collection-continuous-integration.yml index 7659755..d95abe4 100644 --- a/.github/workflows/collection-continuous-integration.yml +++ b/.github/workflows/collection-continuous-integration.yml @@ -92,7 +92,7 @@ jobs: run: >- python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: collection path: .cache/collection-tarballs diff --git a/.github/workflows/connections_tests.yml b/.github/workflows/connections_tests.yml index 762c32b..ea9c252 100644 --- a/.github/workflows/connections_tests.yml +++ b/.github/workflows/connections_tests.yml @@ -127,7 +127,7 @@ jobs: run: python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: collection path: .cache/collection-tarballs @@ -224,7 +224,7 @@ jobs: run: python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: collection path: .cache/collection-tarballs