Skip to content

Commit aafd5ae

Browse files
authored
Merge pull request #476 from CycloneDX/dependabot/github_actions/actions/upload-artifact-4.3.6
Bump actions/upload-artifact from 4.3.5 to 4.3.6
2 parents 5ffec09 + c091622 commit aafd5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # tag=v4.3.5
44+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # tag=v4.3.6
4545
with:
4646
name: pr-test-coverage-report-java-${{ matrix.java-version }}
4747
path: target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)