Skip to content

Commit 7f762b9

Browse files
Bump actions/upload-artifact from 4 to 5 (#1740)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asif Tamuri <[email protected]>
1 parent 7dc4ae4 commit 7f762b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-on-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
195195
- name: Upload artifact if requested
196196
if: "${{ inputs.artifact-path != '' }}"
197-
uses: actions/upload-artifact@v4
197+
uses: actions/upload-artifact@v5
198198
with:
199199
name: ${{ inputs.artifact-name }}
200200
path: ${{ inputs.artifact-path }}

.github/workflows/run-profiling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
## Upload the output as an artifact so we can push it to the profiling repository
134134
- name: Save results as artifact
135-
uses: actions/upload-artifact@v4
135+
uses: actions/upload-artifact@v5
136136
with:
137137
name: ${{ needs.set-variables.outputs.artifact-name }}
138138
path: ${{ needs.set-variables.outputs.profiling-output-dir }}

0 commit comments

Comments
 (0)