Skip to content

Commit 2a7dd95

Browse files
Repiteoaaronfranke
authored andcommitted
[4.2] CI: Bump JavaScript actions to Node 24
Cherry-picked from commit 423ba3d
1 parent 46637c0 commit 2a7dd95

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/godot-cache-restore/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: composite
1313
steps:
1414
- name: Restore SCons cache directory
15-
uses: actions/cache/restore@v4
15+
uses: actions/cache/restore@v5
1616
with:
1717
path: ${{ inputs.scons-cache }}
1818
key: ${{ inputs.cache-name }}-${{ env.GODOT_BASE_BRANCH }}-${{ github.ref }}-${{ github.sha }}

.github/actions/godot-cache-save/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
using: composite
1313
steps:
1414
- name: Save SCons cache directory
15-
uses: actions/cache/save@v4
15+
uses: actions/cache/save@v5
1616
with:
1717
path: ${{ inputs.scons-cache }}
1818
key: ${{ inputs.cache-name }}-${{ env.GODOT_BASE_BRANCH }}-${{ github.ref }}-${{ github.sha }}

.github/actions/godot-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: composite
1717
steps:
1818
- name: Set up Python 3.x
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
# Semantic version range syntax or exact version of a Python version.
2222
python-version: ${{ inputs.python-version }}

.github/actions/upload-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
using: composite
1515
steps:
1616
- name: Upload Godot Artifact
17-
uses: actions/upload-artifact@v4
17+
uses: actions/upload-artifact@v7
1818
with:
1919
name: ${{ inputs.name }}
2020
path: ${{ inputs.path }}

0 commit comments

Comments
 (0)