Skip to content

Commit 9f14c73

Browse files
authored
Merge pull request #451 from CycloneDX/dependabot/github_actions/actions/upload-artifact-4.3.4
Bump actions/upload-artifact from 4.3.3 to 4.3.4
2 parents 47cc29c + 8544059 commit 9f14c73

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@65462800fd760344b1a7b4382951275a0abb4808 # tag=v4.3.3
44+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # tag=v4.3.4
4545
with:
4646
name: pr-test-coverage-report-java-${{ matrix.java-version }}
4747
path: target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)