Skip to content

Commit

Permalink
build(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2023
1 parent 4d48db7 commit 3199fe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image
path: image
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
# recent release tag.
fetch-depth: 0
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image
path: image
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: image
path: image
Expand Down

0 comments on commit 3199fe5

Please sign in to comment.