1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

CI: bump artifacts versions for GHactions

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sagi Shnaidman 2024-09-04 12:50:08 +03:00
parent 4973c8639e
commit f35f477ff2
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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