Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 788ab8c commit 406c28f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
container: quay.io/centos/centos:7
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rpms7
- name: Install generated RPMs
Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
container: almalinux:8
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rpms8
- name: Install generated RPMs
Expand All @@ -109,7 +109,7 @@ jobs:
runs-on: ubuntu-latest
container: almalinux:9
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rpms9
- name: Install generated RPMs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
needs: build-centos7
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rpms7
- name: Find package name
Expand All @@ -110,7 +110,7 @@ jobs:
needs: build-almalinux8
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rpms8
- name: Find package name
Expand All @@ -137,7 +137,7 @@ jobs:
needs: build-almalinux9
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: rpms9
- name: Find package name
Expand Down

0 comments on commit 406c28f

Please sign in to comment.