Skip to content

Commit 76498d1

Browse files
authored
Merge pull request #277 from Secreto31126/revert-275-renovate/actions-upload-artifact-4.x
Revert "chore(deps): actions/upload-artifact action v4"
2 parents bc7a7fc + 84dc14d commit 76498d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/alpha-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
npm run build
2626
2727
- name: Store builds
28-
uses: actions/upload-artifact@v4
28+
uses: actions/upload-artifact@v3
2929
with:
3030
name: build
3131
path: |

.github/workflows/npm-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: npm run build
2424

2525
- name: Store builds
26-
uses: actions/upload-artifact@v4
26+
uses: actions/upload-artifact@v3
2727
with:
2828
name: build
2929
path: lib

.github/workflows/web-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run document
3030

3131
- name: Store docs
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v3
3333
with:
3434
name: docs
3535
path: docs

0 commit comments

Comments
 (0)