mirror of https://github.com/yewstack/yew
Bump actions/upload-artifact from 3 to 4 (#3576)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact 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>
This commit is contained in:
parent
62567cc297
commit
4b3c223dbf
|
@ -61,7 +61,7 @@ jobs:
|
||||||
echo "${{ github.event.number }}" > .PR_NUMBER
|
echo "${{ github.event.number }}" > .PR_NUMBER
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: benchmark-core
|
name: benchmark-core
|
||||||
path: |
|
path: |
|
||||||
|
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
echo "${{ github.event.number }}" > .PR_NUMBER
|
echo "${{ github.event.number }}" > .PR_NUMBER
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: benchmark-ssr
|
name: benchmark-ssr
|
||||||
path: |
|
path: |
|
||||||
|
|
|
@ -120,7 +120,7 @@ jobs:
|
||||||
EVENT_INFO: ${{ toJSON(github.event) }}
|
EVENT_INFO: ${{ toJSON(github.event) }}
|
||||||
|
|
||||||
- name: Upload result artifacts
|
- name: Upload result artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: results
|
name: results
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
|
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
cp -r target/doc/* api-docs/dist/next
|
cp -r target/doc/* api-docs/dist/next
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: api-docs
|
name: api-docs
|
||||||
path: api-docs/
|
path: api-docs/
|
||||||
|
@ -59,7 +59,7 @@ jobs:
|
||||||
|
|
||||||
- if: github.event_name == 'pull_request'
|
- if: github.event_name == 'pull_request'
|
||||||
name: Upload pr info
|
name: Upload pr info
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pr-info
|
name: pr-info
|
||||||
path: "${{ env.PR_INFO_FILE }}"
|
path: "${{ env.PR_INFO_FILE }}"
|
||||||
|
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
npm run build
|
npm run build
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: website
|
name: website
|
||||||
path: website/build/
|
path: website/build/
|
||||||
|
@ -61,7 +61,7 @@ jobs:
|
||||||
|
|
||||||
- if: github.event_name == 'pull_request'
|
- if: github.event_name == 'pull_request'
|
||||||
name: Upload pr info
|
name: Upload pr info
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: pr-info
|
name: pr-info
|
||||||
path: "${{ env.PR_INFO_FILE }}"
|
path: "${{ env.PR_INFO_FILE }}"
|
||||||
|
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
ISSUE_NUMBER: ${{ github.event.number }}
|
ISSUE_NUMBER: ${{ github.event.number }}
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: size-cmp-${{ matrix.target }}-info
|
name: size-cmp-${{ matrix.target }}-info
|
||||||
path: ".SIZE_CMP_INFO"
|
path: ".SIZE_CMP_INFO"
|
||||||
|
|
Loading…
Reference in New Issue