Skip to content

Commit a300300

Browse files
committed
ci(release): upgrade actions to Node.js 24
GitHub Actions will force Node.js 24 by default on June 2, 2026. Upgrade the two flagged actions to their Node 24 compatible versions: - actions/download-artifact@v4 -> v7 - mikepenz/release-changelog-builder-action@v5 -> v6
1 parent 1947422 commit a300300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,11 @@ jobs:
276276
id-token: write
277277
steps:
278278
- name: Download Artifacts
279-
uses: actions/download-artifact@v4
279+
uses: actions/download-artifact@v7
280280

281281
- name: Build Changelog
282282
id: build_changelog
283-
uses: mikepenz/release-changelog-builder-action@v5
283+
uses: mikepenz/release-changelog-builder-action@v6
284284
with:
285285
mode: "HYBRID" # Include both PRs and direct commits
286286
configurationJSON: |
@@ -409,7 +409,7 @@ jobs:
409409

410410
steps:
411411
- name: Download all the dists
412-
uses: actions/download-artifact@v4
412+
uses: actions/download-artifact@v7
413413
with:
414414
pattern: python-package-*
415415
path: dist/

0 commit comments

Comments
 (0)