Skip to content

Commit 3aa9439

Browse files
chore(deps): bump actions/download-artifact in /.github/workflows (#175)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab97913 commit 3aa9439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106

107107
steps:
108108
- name: Download commit IDs
109-
uses: actions/download-artifact@v3
109+
uses: actions/download-artifact@v4.1.7
110110
with:
111111
name: base-commit-id
112112
path: .
113113

114114
- name: Download PR commit ID
115-
uses: actions/download-artifact@v3
115+
uses: actions/download-artifact@v4.1.7
116116
with:
117117
name: pr-commit-id
118118
path: .

0 commit comments

Comments
 (0)