Bump GHA dependencies to Node 20

Bump GHA actions/cache@v4 and actions/upload-artifact@v4
pull/1474/head
Ashton Meuser 2024-05-30 13:56:11 -07:00
parent 21b86b6770
commit 03e61f4223
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ runs:
steps:
# Upload cache on completion and check it out now
- name: Load .scons_cache directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{inputs.scons-cache}}
key: ${{inputs.cache-name}}-${{env.GODOT_BASE_BRANCH}}-${{github.ref}}-${{github.sha}}

View File

@ -177,7 +177,7 @@ jobs:
GODOT=../godot-artifacts/godot.linuxbsd.editor.x86_64.mono ./run-tests.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact-name }}
path: ${{ matrix.artifact-path }}