Skip to content

Commit 57d7593

Browse files
authored
Merge pull request #619 from CycloneDX/dependabot/github_actions/actions/upload-artifact-4.6.2
Bump actions/upload-artifact from 4.6.1 to 4.6.2
2 parents 0778b05 + f121543 commit 57d7593

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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # tag=v4.6.1
44+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # tag=v4.6.2
4545
with:
4646
name: pr-test-coverage-report-java-${{ matrix.java-version }}
4747
path: target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)