Skip to content

Commit c40ac65

Browse files
authored
Merge pull request #473 from CycloneDX/dependabot/github_actions/actions/upload-artifact-4.3.5
Bump actions/upload-artifact from 4.3.4 to 4.3.5
2 parents 9a3eb68 + f267996 commit c40ac65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
coverage-reports: target/site/jacoco/jacoco.xml
4242
- name: Upload PR test coverage report
4343
if: ${{ github.event_name == 'pull_request' }}
44-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # tag=v4.3.4
44+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # tag=v4.3.5
4545
with:
4646
name: pr-test-coverage-report-java-${{ matrix.java-version }}
4747
path: target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)