diff --git a/.github/workflows/collection-continuous-integration.yml b/.github/workflows/collection-continuous-integration.yml index ac12206..e5ff3bd 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 @@ -100,7 +100,7 @@ jobs: run: >- python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: collection path: .cache/collection-tarballs diff --git a/.github/workflows/connections_tests.yml b/.github/workflows/connections_tests.yml index 56fe187..00cf78e 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 @@ -128,7 +128,7 @@ jobs: run: python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: collection path: .cache/collection-tarballs @@ -226,7 +226,7 @@ jobs: run: python -m pip install --user '${{ matrix.ansible-version }}' - name: Download migrated collection artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: collection path: .cache/collection-tarballs