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

Bump actions/download-artifact from 4 to 5 (#965)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '5'
  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:
dependabot[bot] 2025-08-12 11:46:49 +03:00 committed by GitHub
parent 4d1917ac57
commit 6e8c88068f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -212,7 +212,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Download Podman artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: podman-latest
path: podman-artifact/
@ -351,7 +351,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Download Podman artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: podman-latest
path: podman-artifact/

View file

@ -92,7 +92,7 @@ jobs:
run: >-
python -m pip install --user '${{ matrix.ansible-version }}'
- name: Download migrated collection artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: collection
path: .cache/collection-tarballs

View file

@ -127,7 +127,7 @@ jobs:
run: python -m pip install --user '${{ matrix.ansible-version }}'
- name: Download migrated collection artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: collection
path: .cache/collection-tarballs
@ -224,7 +224,7 @@ jobs:
run: python -m pip install --user '${{ matrix.ansible-version }}'
- name: Download migrated collection artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: collection
path: .cache/collection-tarballs