Skip to content

Commit a2c719a

Browse files
build(deps): Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ad5f6c commit a2c719a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/pull_request_packages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: yarn run playwright:cmd:merge-reports --reporter html ./all-blob-reports
119119

120120
- name: Upload Playwright HTML report to GitHub Actions Artifacts
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v5
122122
with:
123123
name: playwright-report
124124
path: playwright-report
@@ -141,7 +141,7 @@ jobs:
141141
shell: bash
142142

143143
- name: Upload dist
144-
uses: actions/upload-artifact@v4
144+
uses: actions/upload-artifact@v5
145145
with:
146146
name: package
147147
path: out
@@ -228,7 +228,7 @@ jobs:
228228
229229
- name: Upload report
230230
if: steps.generate-diff.outputs.has_diff == 'true'
231-
uses: actions/upload-artifact@v4
231+
uses: actions/upload-artifact@v5
232232
with:
233233
name: diff-report
234234
path: diff/
@@ -249,7 +249,7 @@ jobs:
249249
run: yarn docs:storybook:build
250250

251251
- name: Upload dist
252-
uses: actions/upload-artifact@v4
252+
uses: actions/upload-artifact@v5
253253
with:
254254
name: storybook-dist
255255
path: packages/vkui/storybook-static
@@ -275,7 +275,7 @@ jobs:
275275
NEXT_PUBLIC_VKUI_DOCS_BASE_PATH: /pull/${{ github.event.pull_request.number }}/${{ github.event.pull_request.head.sha }}
276276

277277
- name: Upload dist
278-
uses: actions/upload-artifact@v4
278+
uses: actions/upload-artifact@v5
279279
with:
280280
name: docs-website-dist
281281
path: website/out

.github/workflows/reusable_workflow_pr_worfklow_payload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo ${{ inputs.override_pr_number || github.event.pull_request.number }} > pr_workflow_payload/pr_number.txt
5757
5858
- name: Upload
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v5
6060
with:
6161
name: pr_workflow_payload
6262
path: pr_workflow_payload/

.github/workflows/reusable_workflow_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Upload test artifact
3737
if: always()
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v5
3939
with:
4040
name: test-output
4141
path: |

.github/workflows/reusable_workflow_test_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Upload Playwright blob report to GitHub Actions Artifacts
6060
if: always()
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v5
6262
with:
6363
name: all-blob-reports-${{ matrix.shardIndex }}-${{ matrix.shardTotal }}
6464
path: packages/vkui/blob-report

.github/workflows/update_screens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Upload archive
7474
if: steps.zip-screenshots.outputs.needUpload == 'true'
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: screenshots-${{ matrix.shardIndex }}-${{ matrix.shardTotal }}
7878
path: packages/vkui/screenshots-${{ matrix.shardIndex }}-${{ matrix.shardTotal }}.zip

0 commit comments

Comments
 (0)