Skip to content

Commit d60f426

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea7d0a5 commit d60f426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_experimental-analyze-gradle-experiment-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ jobs:
724724
725725
cat $SUMMARY_FILE >> $GITHUB_STEP_SUMMARY
726726
- name: Archive summary
727-
uses: actions/upload-artifact@v4
727+
uses: actions/upload-artifact@v5
728728
with:
729729
name: experiments-summary
730730
path: ${{ runner.temp }}/experiments-summary.md

0 commit comments

Comments
 (0)