Skip to content

Commit 93ed238

Browse files
committed
Bump softprops/action-gh-release v2 → v3
v3 moves the action runtime from Node 20 to Node 24. No input/output API change. Picks up the Node 24 hosted runners + silences the "Node.js 20 actions are deprecated" warning seen in recent release runs. Same change as ktav-lang/python#7.
1 parent 38b1b2e commit 93ed238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: ls -la artifacts/
116116

117117
- name: Create / update GitHub Release
118-
uses: softprops/action-gh-release@v2
118+
uses: softprops/action-gh-release@v3
119119
with:
120120
files: artifacts/*
121121
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)