Skip to content

Commit

Permalink
CI: bump artifacts versions for GHactions (#837)
Browse files Browse the repository at this point in the history
Signed-off-by: Sagi Shnaidman <[email protected]>
  • Loading branch information
sshnaidm authored Sep 4, 2024
1 parent 4973c86 commit f9d33e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/collection-continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/connections_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f9d33e8

Please sign in to comment.