Skip to content

Commit bf83ec6

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#1808)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 ad6d606 commit bf83ec6

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@v5
53+
uses: actions/download-artifact@v6
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@v5
80+
uses: actions/download-artifact@v6
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@v5
85+
uses: actions/download-artifact@v6
8686
with:
8787
name: docsv2-${{ github.sha }}
8888
path: tmp/

0 commit comments

Comments
 (0)