mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
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:
parent
71e24b7e81
commit
6d0863f655
2
.github/workflows/post-benchmark-core.yml
vendored
2
.github/workflows/post-benchmark-core.yml
vendored
@ -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 }}
|
||||
|
||||
2
.github/workflows/post-benchmark-ssr.yml
vendored
2
.github/workflows/post-benchmark-ssr.yml
vendored
@ -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 }}
|
||||
|
||||
2
.github/workflows/post-benchmark.yml
vendored
2
.github/workflows/post-benchmark.yml
vendored
@ -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 }}
|
||||
|
||||
4
.github/workflows/post-size-cmp.yml
vendored
4
.github/workflows/post-size-cmp.yml
vendored
@ -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 }}
|
||||
|
||||
4
.github/workflows/publish-api-docs.yml
vendored
4
.github/workflows/publish-api-docs.yml
vendored
@ -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 }}
|
||||
|
||||
4
.github/workflows/publish-website.yml
vendored
4
.github/workflows/publish-website.yml
vendored
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user