Bump actions/download-artifact from 4 to 6

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...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>
This commit is contained in:
dependabot[bot] 2025-11-01 03:01:54 +00:00 committed by GitHub
parent 71e24b7e81
commit 6d0863f655
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 9 deletions

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Download Artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
run-id: ${{ github.event.workflow_run.id }}

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Download Artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
run-id: ${{ github.event.workflow_run.id }}

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Download result artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
run-id: ${{ github.event.workflow_run.id }}

View File

@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
- name: Download Artifact (master)
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
run-id: ${{ github.event.workflow_run.id }}
@ -25,7 +25,7 @@ jobs:
path: "size-cmp-master-info/"
- name: Download Artifact (PR)
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
run-id: ${{ github.event.workflow_run.id }}

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- name: Download build artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
run-id: ${{ github.event.workflow_run.id }}
@ -24,7 +24,7 @@ jobs:
- if: github.event.workflow_run.event == 'pull_request'
name: Download pr info
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
run-id: ${{ github.event.workflow_run.id }}

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- name: Download build artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
run-id: ${{ github.event.workflow_run.id }}
@ -24,7 +24,7 @@ jobs:
- if: github.event.workflow_run.event == 'pull_request'
name: Download pr info
uses: actions/download-artifact@v4
uses: actions/download-artifact@v6
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
run-id: ${{ github.event.workflow_run.id }}