Skip to content

Commit 24cd243

Browse files
authored
Merge pull request #14 from Flashky/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents 537b114 + c148208 commit 24cd243

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
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v3
5555
- name: Download Jacoco report artifact
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: jacoco-report
5959
path: target/site/jacoco

0 commit comments

Comments
 (0)