Skip to content

Commit e2c0978

Browse files
authored
Merge pull request #278 from Secreto31126/revert-274-renovate/actions-download-artifact-4.x
Revert "chore(deps): actions/download-artifact action v4"
2 parents 76498d1 + 8e66f66 commit e2c0978

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/alpha-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Clear old build
4747
run: find . -not -wholename './.git*' -delete
4848

49-
- uses: actions/download-artifact@v4
49+
- uses: actions/download-artifact@v3
5050
with:
5151
name: build
5252

.github/workflows/npm-deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- uses: actions/checkout@v4
42-
- uses: actions/download-artifact@v4
42+
- uses: actions/download-artifact@v3
4343
with:
4444
name: build
4545
path: lib
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
node-version: 18
7171
registry-url: https://registry.npmjs.org/
72-
- uses: actions/download-artifact@v4
72+
- uses: actions/download-artifact@v3
7373
with:
7474
name: build
7575
path: lib
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
node-version: 18
9797
registry-url: https://registry.npmjs.org/
98-
- uses: actions/download-artifact@v4
98+
- uses: actions/download-artifact@v3
9999
with:
100100
name: build
101101
path: lib

.github/workflows/web-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: mkdir docs
4646
- name: Copy docs
47-
uses: actions/download-artifact@v4
47+
uses: actions/download-artifact@v3
4848
with:
4949
name: docs
5050
path: docs
@@ -80,7 +80,7 @@ jobs:
8080
run: mkdir ${{ inputs.tag_name }}
8181

8282
- name: Copy docs into Endpoint
83-
uses: actions/download-artifact@v4
83+
uses: actions/download-artifact@v3
8484
with:
8585
name: docs
8686
path: ${{ inputs.tag_name }}

0 commit comments

Comments
 (0)