Skip to content

Commit 25f0ea5

Browse files
authored
Merge pull request #392 from jenkinsci/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents f3d5f86 + d57480b commit 25f0ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
6262
SONAR_ORGANIZATION: ${{ secrets.SONARCLOUD_ORGANIZATION }}
63-
- uses: actions/upload-artifact@v5
63+
- uses: actions/upload-artifact@v6
6464
if: matrix.java == 17 && success()
6565
with:
6666
path: target/dependency-track.hpi

0 commit comments

Comments
 (0)