Skip to content

Commit c231aee

Browse files
authored
Merge pull request #312 from nanotaboada/dependabot/github_actions/actions/upload-artifact-7.0.1
chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 21dcaf7 + 26aa7b5 commit c231aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ./mvnw clean verify
3333

3434
- name: Upload JaCoCo coverage report artifact
35-
uses: actions/upload-artifact@v7.0.0
35+
uses: actions/upload-artifact@v7.0.1
3636
with:
3737
name: jacoco.xml
3838
path: ./target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)