Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact in /.github/workflows (#152)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3.0.2...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 64bcf79 commit 3e5e8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plugin_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
sha: context.sha
})
- name: 'Download packaged build'
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.7
with:
name: package
path: artifacts
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
ref: main
path: d17repo
- name: Downlaod Manifest
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.7
with:
name: manifest
path: artifacts
Expand Down

0 comments on commit 3e5e8f6

Please sign in to comment.