Skip to content

Commit b6c3e53

Browse files
build(deps): bump actions/upload-artifact from 6 to 7 (#4025)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 b5c91a5 commit b6c3e53

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
@@ -52,7 +52,7 @@ jobs:
5252
echo "${{ github.event.number }}" > .PR_NUMBER
5353
5454
- name: Upload Artifact
55-
uses: actions/upload-artifact@v6
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: benchmark-core
5858
include-hidden-files: true

.github/workflows/benchmark-ssr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "${{ github.event.number }}" > .PR_NUMBER
5858
5959
- name: Upload Artifact
60-
uses: actions/upload-artifact@v6
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: benchmark-ssr
6363
include-hidden-files: true

.github/workflows/benchmark.yml

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

136136
- name: Upload result artifacts
137-
uses: actions/upload-artifact@v6
137+
uses: actions/upload-artifact@v7
138138
with:
139139
name: results
140140
path: artifacts/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cp -r target/doc/* api-docs/dist/next
4545
4646
- name: Upload build artifact
47-
uses: actions/upload-artifact@v6
47+
uses: actions/upload-artifact@v7
4848
with:
4949
name: api-docs
5050
path: api-docs/
@@ -57,7 +57,7 @@ jobs:
5757
5858
- if: github.event_name == 'pull_request'
5959
name: Upload pr info
60-
uses: actions/upload-artifact@v6
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: pr-info
6363
include-hidden-files: true

.github/workflows/build-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
npm run build
5757
5858
- name: Upload build artifact
59-
uses: actions/upload-artifact@v6
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: website
6262
path: website/build/
@@ -69,7 +69,7 @@ jobs:
6969
7070
- if: github.event_name == 'pull_request'
7171
name: Upload pr info
72-
uses: actions/upload-artifact@v6
72+
uses: actions/upload-artifact@v7
7373
with:
7474
name: pr-info
7575
include-hidden-files: true

.github/workflows/size-cmp.yml

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

8080
- name: Upload Artifact
81-
uses: actions/upload-artifact@v6
81+
uses: actions/upload-artifact@v7
8282
with:
8383
name: size-cmp-${{ matrix.target }}-info
8484
include-hidden-files: true

0 commit comments

Comments
 (0)