Skip to content

Commit 147de23

Browse files
Bump actions/upload-artifact from 2 to 3 (#1514)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact 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 58d2316 commit 147de23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate-baselines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# results_path: path to the benchmark results
110110
111111
- name: Upload Results as Artifact
112-
uses: actions/upload-artifact@v2
112+
uses: actions/upload-artifact@v3
113113
with:
114114
name: baselines
115115
path: |

.github/workflows/regressions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
# compared_means: path to the results of regression test vs baseline
308308
309309
- name: Upload all results together as an artifact
310-
uses: actions/upload-artifact@v2
310+
uses: actions/upload-artifact@v3
311311
with:
312312
name: ${{ github.repository_owner }}_${{ steps.extract.outputs.branch }}_${{ github.sha }}
313313
path: |

0 commit comments

Comments
 (0)