Skip to content

Commit dafd55f

Browse files
authored
Merge pull request #171 from TEIC/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents e70b0e5 + 4a461d2 commit dafd55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v6
4545

4646
- name: Download artifact
47-
uses: actions/download-artifact@v6
47+
uses: actions/download-artifact@v7
4848
with:
4949
name: artifact
5050
path: artifact/

0 commit comments

Comments
 (0)