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
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: benchmark-core
|
||||
path: |
|
||||
|
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
echo "${{ github.event.number }}" > .PR_NUMBER
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: benchmark-ssr
|
||||
path: |
|
||||
|
|
|
@ -120,7 +120,7 @@ jobs:
|
|||
EVENT_INFO: ${{ toJSON(github.event) }}
|
||||
|
||||
- name: Upload result artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: results
|
||||
path: artifacts/
|
||||
|
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
cp -r target/doc/* api-docs/dist/next
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: api-docs
|
||||
path: api-docs/
|
||||
|
@ -59,7 +59,7 @@ jobs:
|
|||
|
||||
- if: github.event_name == 'pull_request'
|
||||
name: Upload pr info
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pr-info
|
||||
path: "${{ env.PR_INFO_FILE }}"
|
||||
|
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
npm run build
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: website
|
||||
path: website/build/
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
|
||||
- if: github.event_name == 'pull_request'
|
||||
name: Upload pr info
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pr-info
|
||||
path: "${{ env.PR_INFO_FILE }}"
|
||||
|
|
|
@ -65,7 +65,7 @@ jobs:
|
|||
ISSUE_NUMBER: ${{ github.event.number }}
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: size-cmp-${{ matrix.target }}-info
|
||||
path: ".SIZE_CMP_INFO"
|
||||
|
|
Loading…
Reference in New Issue