mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2025-10-19 16:03:19 +00:00
build(deps): bump actions/download-artifact from 4.3.0 to 5.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 5.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](d3f86a106a...634f93cb29
)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
cfe0bc6599
commit
43ff4eb0a2
3 changed files with 3 additions and 3 deletions
2
.github/workflows/_meta-build.yaml
vendored
2
.github/workflows/_meta-build.yaml
vendored
|
@ -80,7 +80,7 @@ jobs:
|
|||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag=v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag=v5.0.0
|
||||
with:
|
||||
name: assembled-wars
|
||||
path: target
|
||||
|
|
2
.github/workflows/ci-publish.yaml
vendored
2
.github/workflows/ci-publish.yaml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag=v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag=v5.0.0
|
||||
with:
|
||||
name: assembled-wars
|
||||
path: target
|
||||
|
|
2
.github/workflows/ci-test-pr-coverage.yml
vendored
2
.github/workflows/ci-test-pr-coverage.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
&& github.event.workflow_run.conclusion == 'success'
|
||||
steps:
|
||||
- name: Download PR test coverage report
|
||||
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # tag=v4.3.0
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag=v5.0.0
|
||||
with:
|
||||
name: pr-test-coverage-report
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue