mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2025-12-08 06:09:51 +00:00
Merge pull request #5452 from DependencyTrack/dependabot/github_actions/actions/download-artifact-6.0.0
This commit is contained in:
commit
8495b32c55
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag=v5.0.0
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # tag=v6.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag=v5.0.0
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # tag=v6.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@634f93cb2916e3fdff6788551b99b062d0335ce0 # tag=v5.0.0
|
||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # tag=v6.0.0
|
||||
with:
|
||||
name: pr-test-coverage-report
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue