mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
build(deps): bump actions/upload-artifact from 4 to 6 (#9182)
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
761305e333
commit
5dfb000f45
2
.github/workflows/ui-build.yml
vendored
2
.github/workflows/ui-build.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
run: npm run validate
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: dist
|
||||
path: packages/ui/dist/
|
||||
|
||||
2
.github/workflows/ui-compatibility.yml
vendored
2
.github/workflows/ui-compatibility.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
run: npm run build
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: ui-dist
|
||||
path: packages/ui/dist/
|
||||
|
||||
2
.github/workflows/ui-storybook.yml
vendored
2
.github/workflows/ui-storybook.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
echo "✓ Storybook build verified!"
|
||||
|
||||
- name: Upload Storybook artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: storybook-static
|
||||
path: packages/ui/storybook-static/
|
||||
|
||||
2
.github/workflows/ui-test.yml
vendored
2
.github/workflows/ui-test.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
run: npm run test:coverage
|
||||
|
||||
- name: Upload coverage report
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
if: always()
|
||||
with:
|
||||
name: coverage-report
|
||||
|
||||
2
.github/workflows/ui-visual.yml
vendored
2
.github/workflows/ui-visual.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
run: npm run test:visual
|
||||
|
||||
- name: Upload test results
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
if: failure()
|
||||
with:
|
||||
name: visual-test-results
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user