mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Bump actions/upload-artifact from 2 to 3 (#3074)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- 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> 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
0a3ec95071
commit
cf9077ddb5
2
.github/workflows/benchmark-ssr.yml
vendored
2
.github/workflows/benchmark-ssr.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
echo "${{ github.event.number }}" > .PR_NUMBER
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: benchmark-ssr
|
||||
path: |
|
||||
|
||||
4
.github/workflows/build-api-docs.yml
vendored
4
.github/workflows/build-api-docs.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
cp -r target/doc/* api-docs/dist/next
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
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@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pr-info
|
||||
path: "${{ env.PR_INFO_FILE }}"
|
||||
|
||||
4
.github/workflows/build-website.yml
vendored
4
.github/workflows/build-website.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
npm run build
|
||||
|
||||
- name: Upload build artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
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@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: pr-info
|
||||
path: "${{ env.PR_INFO_FILE }}"
|
||||
|
||||
2
.github/workflows/size-cmp.yml
vendored
2
.github/workflows/size-cmp.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
ISSUE_NUMBER: ${{ github.event.number }}
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: size-cmp-info
|
||||
path: ".SIZE_CMP_INFO"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user