File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,14 @@ jobs:
79
79
name : Build standalone on Linux
80
80
runs-on : ubuntu-latest
81
81
container :
82
- image : quay.io/pypa/manylinux2014_x86_64
83
- env :
84
- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : " true" # https://github.com/actions/checkout/issues/1809
82
+ image : quay.io/pypa/manylinux_2_28_x86_64
85
83
steps :
86
84
- name : Install dependencies
87
85
run : |
88
86
yum install -y libXrandr-devel libXcursor-devel libXinerama-devel libXi-devel mesa-libGL-devel libdwarf-devel binutils-devel cmake ninja-build
89
87
90
88
- name : Checkout code
91
- uses : actions/checkout@v3
89
+ uses : actions/checkout@v4
92
90
with :
93
91
fetch-depth : 0
94
92
@@ -118,7 +116,7 @@ jobs:
118
116
mv Monochrome-*.AppImage ../dist
119
117
120
118
- name : Upload artifacts
121
- uses : actions/upload-artifact@v3
119
+ uses : actions/upload-artifact@v4
122
120
with :
123
121
name : standalone-linux
124
122
path : dist/Monochrome-*.AppImage
You can’t perform that action at this time.
0 commit comments