File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments