Skip to content

Commit 1befd55

Browse files
Fix: update actions to use the latest versions in release workflow
1 parent a7484a4 commit 1befd55

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

20-
- name: Use Node.js
21-
uses: ./.github/actions/setup-node
20+
- uses: WritePoetry/reusable-workflows/.github/actions/setup-node
2221

2322
- name: Cache node modules
2423
id: cache-npm
@@ -59,11 +58,11 @@ jobs:
5958

6059
steps:
6160
- name: Checkout code
62-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6362

6463
- name: Download Build Artifact
6564
if: ${{ inputs.artifacts_path != '' }}
66-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v5
6766
with:
6867
name: build-output
6968
path: ${{ inputs.artifacts_path }}

0 commit comments

Comments
 (0)