File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5353 - name : Packaging
5454 run : make -C dist/debian
5555 - name : Pub
56- uses : actions/upload-artifact@v4
56+ uses : actions/upload-artifact@v5
5757 with :
5858 name : build-linux22
5959 path : dist/debian/*.deb
8585 - name : Packaging
8686 run : make -C dist/debian
8787 - name : Pub
88- uses : actions/upload-artifact@v4
88+ uses : actions/upload-artifact@v5
8989 with :
9090 name : build-linux24
9191 path : dist/debian/*.deb
9898 - name : Building r2frida
9999 run : ./configure && make -j && sudo make install
100100 - name : Pub
101- uses : actions/upload-artifact@v4
101+ uses : actions/upload-artifact@v5
102102 with :
103103 name : build-agent
104104 path : src/_agent.js
@@ -115,7 +115,7 @@ jobs:
115115 - name : Packaging
116116 run : make -C dist/macos
117117 - name : Pub
118- uses : actions/upload-artifact@v4
118+ uses : actions/upload-artifact@v5
119119 with :
120120 if-no-files-found : error
121121 name : build-macos
@@ -152,7 +152,7 @@ jobs:
152152 - name : zip
153153 shell : cmd
154154 run : zip -r r2frida-${{env.R2V}}-w64.zip src\r2frida-compile.exe src\io_frida.dll
155- - uses : actions/upload-artifact@v4
155+ - uses : actions/upload-artifact@v5
156156 with :
157157 if-no-files-found : error
158158 name : build-windows
You can’t perform that action at this time.
0 commit comments