Skip to content

Commit d68dbcc

Browse files
authored
Merge pull request #325 from gradle/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 1ebaa8d + 1f597c1 commit d68dbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
DEVELOCITY_ACCESS_KEY: ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
2121
- name: Upload published plugin
22-
uses: actions/upload-artifact@v4
22+
uses: actions/upload-artifact@v5
2323
with:
2424
name: common-custom-user-data-maven-plugin
2525
path: ~/.m2/repository/com/gradle

0 commit comments

Comments
 (0)