Skip to content

Commit 56e3ce2

Browse files
dependabot[bot]geoffjay
authored andcommitted
Bump actions/upload-artifact from 3 to 4 (yewstack#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](actions/upload-artifact@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>
1 parent a4d2228 commit 56e3ce2

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/benchmark-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "${{ github.event.number }}" > .PR_NUMBER
6262
6363
- name: Upload Artifact
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: benchmark-core
6767
path: |

.github/workflows/benchmark-ssr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "${{ github.event.number }}" > .PR_NUMBER
6363
6464
- name: Upload Artifact
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: benchmark-ssr
6868
path: |

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
EVENT_INFO: ${{ toJSON(github.event) }}
121121

122122
- name: Upload result artifacts
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: results
126126
path: artifacts/

.github/workflows/build-api-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cp -r target/doc/* api-docs/dist/next
4747
4848
- name: Upload build artifact
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: api-docs
5252
path: api-docs/
@@ -59,7 +59,7 @@ jobs:
5959
6060
- if: github.event_name == 'pull_request'
6161
name: Upload pr info
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: pr-info
6565
path: "${{ env.PR_INFO_FILE }}"

.github/workflows/build-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
npm run build
4949
5050
- name: Upload build artifact
51-
uses: actions/upload-artifact@v3
51+
uses: actions/upload-artifact@v4
5252
with:
5353
name: website
5454
path: website/build/
@@ -61,7 +61,7 @@ jobs:
6161
6262
- if: github.event_name == 'pull_request'
6363
name: Upload pr info
64-
uses: actions/upload-artifact@v3
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: pr-info
6767
path: "${{ env.PR_INFO_FILE }}"

.github/workflows/size-cmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ISSUE_NUMBER: ${{ github.event.number }}
6666

6767
- name: Upload Artifact
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: size-cmp-${{ matrix.target }}-info
7171
path: ".SIZE_CMP_INFO"

0 commit comments

Comments
 (0)