Skip to content

Commit f17a7bc

Browse files
authored
Merge pull request #271 from nanotaboada/dependabot/github_actions/actions/upload-artifact-7.0.0
chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 25e8c7f + a9b5a6c commit f17a7bc

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
@@ -32,7 +32,7 @@ jobs:
3232
run: mvn verify --file pom.xml
3333

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

0 commit comments

Comments
 (0)