File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
39
39
40
40
steps :
41
41
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
44
44
# Python 3.12 removed distutils, which is used by glslang::update_glslang_sources.py called from fetchDependencies
45
- - uses : actions/setup-python@v4
45
+ - uses : actions/setup-python@v5
46
46
with :
47
47
python-version : ' 3.11'
48
48
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : Upload Artifacts
110
110
if : success() && matrix.upload_artifacts == true
111
- uses : actions/upload-artifact@v3
111
+ uses : actions/upload-artifact@v4
112
112
with :
113
113
name : " MoltenVK-${{ matrix.platform }}"
114
114
path : " MoltenVK-${{ matrix.platform }}.tar"
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
steps :
129
129
- name : Download Artifacts
130
- uses : actions/download-artifact@v4.1.7
130
+ uses : actions/download-artifact@v4
131
131
132
132
- name : Create Release
133
133
uses : ncipollo/release-action@v1
You can’t perform that action at this time.
0 commit comments