diff --git a/.github/workflows/collection-continuous-integration.yml b/.github/workflows/collection-continuous-integration.yml index c6f5d65f..0357d52c 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@v3 + uses: actions/upload-artifact@v4 with: name: collection path: .cache/collection-tarballs diff --git a/.github/workflows/connections_tests.yml b/.github/workflows/connections_tests.yml index fc4b0021..3dee49bb 100644 --- a/.github/workflows/connections_tests.yml +++ b/.github/workflows/connections_tests.yml @@ -59,7 +59,7 @@ jobs: ~/.local/bin/ansible-galaxy collection build --output-path "${GITHUB_WORKSPACE}/.cache/collection-tarballs" - name: Store migrated collection artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: collection path: .cache/collection-tarballs