Skip to content

Commit fcf0015

Browse files
authored
Merge pull request #6146 from DependencyTrack/dependabot/github_actions/4.14.x/actions/upload-artifact-7.0.1
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 57efad7 + 77a262a commit fcf0015

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/_meta-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
mvn -B cyclonedx:makeBom -Dservices.bom.merge.skip=false org.codehaus.mojo:exec-maven-plugin:exec@merge-services-bom
5757
5858
- name: Upload Artifacts
59-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # tag=v7.0.0
59+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # tag=v7.0.1
6060
with:
6161
name: assembled-wars
6262
path: |-

.github/workflows/ci-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Upload PR test coverage report
7070
if: ${{ github.event_name == 'pull_request' }}
71-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # tag=v7.0.0
71+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # tag=v7.0.1
7272
with:
7373
name: pr-test-coverage-report
7474
path: |-

0 commit comments

Comments
 (0)