Skip to content

Commit e9b9c67

Browse files
Bump actions/upload-artifact from 6 to 7 (#1838)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b9b2cfc commit e9b9c67

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@v6
197+
uses: actions/upload-artifact@v7
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@v6
135+
uses: actions/upload-artifact@v7
136136
with:
137137
name: ${{ needs.set-variables.outputs.artifact-name }}
138138
path: ${{ needs.set-variables.outputs.profiling-output-dir }}

0 commit comments

Comments
 (0)