Skip to content

Commit 3ab4442

Browse files
chore: update actions/download-artifact action to v5 (#531)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2eeaffb commit 3ab4442

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-build-all-pm.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
needs: npm-build
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/download-artifact@v4
44+
- uses: actions/download-artifact@v5
4545
with:
4646
name: build
4747
- name: Setup Node.js
@@ -56,7 +56,7 @@ jobs:
5656
needs: npm-build
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: actions/download-artifact@v4
59+
- uses: actions/download-artifact@v5
6060
with:
6161
name: build
6262
- name: Setup Node.js
@@ -71,7 +71,7 @@ jobs:
7171
needs: npm-build
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/download-artifact@v4
74+
- uses: actions/download-artifact@v5
7575
with:
7676
name: build
7777
- name: Setup Node.js
@@ -94,7 +94,7 @@ jobs:
9494
needs: npm-build
9595
runs-on: ubuntu-latest
9696
steps:
97-
- uses: actions/download-artifact@v4
97+
- uses: actions/download-artifact@v5
9898
with:
9999
name: build
100100
- name: Install pnpm
@@ -117,7 +117,7 @@ jobs:
117117
needs: npm-build
118118
runs-on: ubuntu-latest
119119
steps:
120-
- uses: actions/download-artifact@v4
120+
- uses: actions/download-artifact@v5
121121
with:
122122
name: build
123123
- name: Setup Node.js

0 commit comments

Comments
 (0)