Skip to content

Commit 43cf9fe

Browse files
chore(deps): bump actions/download-artifact from 6 to 7 (#1859)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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>
1 parent d0ceac5 commit 43cf9fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
private-key: ${{ secrets.GH_APP_SAS_APP_KEY }}
5151

5252
- name: download artifacts
53-
uses: actions/download-artifact@v6
53+
uses: actions/download-artifact@v7
5454
with:
5555
name: benchmarks
5656
path: artifacts

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
private-key: ${{ secrets.GH_APP_SAS_APP_KEY }}
7878

7979
- name: Download docs
80-
uses: actions/download-artifact@v6
80+
uses: actions/download-artifact@v7
8181
with:
8282
name: doc-${{ github.sha }}
8383
path: tmp/

.github/workflows/docsv2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
private-key: ${{ secrets.GH_APP_SAS_APP_KEY }}
8383

8484
- name: Download docs v2
85-
uses: actions/download-artifact@v6
85+
uses: actions/download-artifact@v7
8686
with:
8787
name: docsv2-${{ github.sha }}
8888
path: tmp/

0 commit comments

Comments
 (0)