We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7484a4 commit 1befd55Copy full SHA for 1befd55
1 file changed
.github/workflows/release.yml
@@ -15,10 +15,9 @@ jobs:
15
contents: write
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
20
- - name: Use Node.js
21
- uses: ./.github/actions/setup-node
+ - uses: WritePoetry/reusable-workflows/.github/actions/setup-node
22
23
- name: Cache node modules
24
id: cache-npm
@@ -59,11 +58,11 @@ jobs:
59
58
60
61
- name: Checkout code
62
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
63
64
- name: Download Build Artifact
65
if: ${{ inputs.artifacts_path != '' }}
66
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
67
with:
68
name: build-output
69
path: ${{ inputs.artifacts_path }}
0 commit comments