Skip to content

Commit 537b114

Browse files
authored
Merge pull request #10 from Flashky/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 1 to 4
2 parents d73332f + e6e6448 commit 537b114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build with Maven
4343
run: mvn -B package --file pom.xml
4444
- name: Upload Jacoco report artifact
45-
uses: actions/upload-artifact@v1
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: jacoco-report
4848
path: target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)