diff --git a/.github/workflows/build_latest_podman.yml b/.github/workflows/build_latest_podman.yml index a2195a3..8fe7dee 100644 --- a/.github/workflows/build_latest_podman.yml +++ b/.github/workflows/build_latest_podman.yml @@ -183,7 +183,7 @@ jobs: echo "${{ steps.build-info.outputs.version }}" > podman-artifact/VERSION - name: Upload Podman artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-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 06ad3de..19217d9 100644 --- a/.github/workflows/collection-continuous-integration.yml +++ b/.github/workflows/collection-continuous-integration.yml @@ -41,7 +41,7 @@ jobs: ~/.local/bin/ansible-galaxy collection build --output-path "${GITHUB_WORKSPACE}/.cache/collection-tarballs" - name: Store migrated collection artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: collection path: .cache/collection-tarballs diff --git a/.github/workflows/connections_tests.yml b/.github/workflows/connections_tests.yml index 5d9392a..7eefac5 100644 --- a/.github/workflows/connections_tests.yml +++ b/.github/workflows/connections_tests.yml @@ -61,7 +61,7 @@ jobs: ~/.local/bin/ansible-galaxy collection build --output-path "${GITHUB_WORKSPACE}/.cache/collection-tarballs" - name: Store migrated collection artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: collection path: .cache/collection-tarballs diff --git a/.github/workflows/test-inventory-examples.yml b/.github/workflows/test-inventory-examples.yml index 9737f89..df92010 100644 --- a/.github/workflows/test-inventory-examples.yml +++ b/.github/workflows/test-inventory-examples.yml @@ -351,7 +351,7 @@ jobs: /home/runner/.ansible/collections/ansible_collections/containers/podman - name: Upload coverage artifact (ansible-test outputs) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: inventory-coverage path: |