mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Bump actions/download-artifact from 5 to 6 (#986)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
255de91a24
commit
a81ea54983
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build_latest_podman.yml
vendored
4
.github/workflows/build_latest_podman.yml
vendored
|
|
@ -212,7 +212,7 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Download Podman artifact
|
- name: Download Podman artifact
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: podman-latest
|
name: podman-latest
|
||||||
path: podman-artifact/
|
path: podman-artifact/
|
||||||
|
|
@ -351,7 +351,7 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
- name: Download Podman artifact
|
- name: Download Podman artifact
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: podman-latest
|
name: podman-latest
|
||||||
path: podman-artifact/
|
path: podman-artifact/
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@ jobs:
|
||||||
run: >-
|
run: >-
|
||||||
python -m pip install --user '${{ matrix.ansible-version }}'
|
python -m pip install --user '${{ matrix.ansible-version }}'
|
||||||
- name: Download migrated collection artifacts
|
- name: Download migrated collection artifacts
|
||||||
uses: actions/download-artifact@v5
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: collection
|
name: collection
|
||||||
path: .cache/collection-tarballs
|
path: .cache/collection-tarballs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue