Skip to content

Commit b98b3d9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regressions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ jobs:
250250
# - baseline_regression_x_x_x.csv
251251

252252
- name: Download workflow artifacts
253-
uses: actions/download-artifact@v2
253+
uses: actions/download-artifact@v3
254254
with:
255255
path: artifacts
256256

0 commit comments

Comments
 (0)