From f9d33e880bbe2944e99fae2e8b97e6adeeb4084d Mon Sep 17 00:00:00 2001 From: Sergey <6213510+sshnaidm@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:53:47 +0300 Subject: [PATCH] CI: bump artifacts versions for GHactions (#837) Signed-off-by: Sagi Shnaidman --- .github/workflows/collection-continuous-integration.yml | 4 ++-- .github/workflows/connections_tests.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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