@@ -17,14 +17,14 @@ jobs:
1717 run : |
1818 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
1919 - name : fetch libplist
20- uses : dawidd6/action-download-artifact@v2
20+ uses : dawidd6/action-download-artifact@v3
2121 with :
2222 github_token : ${{secrets.GITHUB_TOKEN}}
2323 workflow : build.yml
2424 name : libplist-latest_${{env.target_triplet}}
2525 repo : libimobiledevice/libplist
2626 - name : fetch libimobiledevice-glue
27- uses : dawidd6/action-download-artifact@v2
27+ uses : dawidd6/action-download-artifact@v3
2828 with :
2929 github_token : ${{secrets.GITHUB_TOKEN}}
3030 workflow : build.yml
3838 done
3939 sudo cp -r extract/* /
4040 sudo ldconfig
41- - uses : actions/checkout@v3
41+ - uses : actions/checkout@v4
4242 - name : autogen
4343 run : ./autogen.sh PKG_CONFIG_PATH=/usr/local/lib/pkgconfig LDFLAGS="-Wl,-rpath=/usr/local/lib"
4444 - name : make
5151 DESTDIR=`pwd`/dest make install
5252 tar -C dest -cf libirecovery.tar lib usr
5353 - name : publish artifact
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : libirecovery-latest_${{env.target_triplet}}
5757 path : libirecovery.tar
@@ -67,14 +67,14 @@ jobs:
6767 fi
6868 shell : bash
6969 - name : fetch libplist
70- uses : dawidd6/action-download-artifact@v2
70+ uses : dawidd6/action-download-artifact@v3
7171 with :
7272 github_token : ${{secrets.GITHUB_TOKEN}}
7373 workflow : build.yml
7474 name : libplist-latest_macOS
7575 repo : libimobiledevice/libplist
7676 - name : fetch libimobiledevice-glue
77- uses : dawidd6/action-download-artifact@v2
77+ uses : dawidd6/action-download-artifact@v3
7878 with :
7979 github_token : ${{secrets.GITHUB_TOKEN}}
8080 workflow : build.yml
8787 tar -C extract -xvf $I
8888 done
8989 sudo cp -r extract/* /
90- - uses : actions/checkout@v3
90+ - uses : actions/checkout@v4
9191 - name : autogen
9292 run : |
9393 SDKDIR=`xcrun --sdk macosx --show-sdk-path`
@@ -111,7 +111,7 @@ jobs:
111111 DESTDIR=`pwd`/dest make install
112112 tar -C dest -cf libirecovery.tar usr
113113 - name : publish artifact
114- uses : actions/upload-artifact@v3
114+ uses : actions/upload-artifact@v4
115115 with :
116116 name : libirecovery-latest_macOS
117117 path : libirecovery.tar
@@ -147,14 +147,14 @@ jobs:
147147 echo "dest=$dest" >> $GITHUB_ENV
148148 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
149149 - name : fetch libplist
150- uses : dawidd6/action-download-artifact@v2
150+ uses : dawidd6/action-download-artifact@v3
151151 with :
152152 github_token : ${{secrets.GITHUB_TOKEN}}
153153 workflow : build.yml
154154 name : libplist-latest_${{ matrix.arch }}-${{ env.dest }}
155155 repo : libimobiledevice/libplist
156156 - name : fetch libimobiledevice-glue
157- uses : dawidd6/action-download-artifact@v2
157+ uses : dawidd6/action-download-artifact@v3
158158 with :
159159 github_token : ${{secrets.GITHUB_TOKEN}}
160160 workflow : build.yml
@@ -167,7 +167,7 @@ jobs:
167167 tar -C extract -xvf $I
168168 done
169169 cp -r extract/* /
170- - uses : actions/checkout@v3
170+ - uses : actions/checkout@v4
171171 - name : autogen
172172 run : ./autogen.sh CC=gcc CXX=g++
173173 - name : make
@@ -180,7 +180,7 @@ jobs:
180180 DESTDIR=`pwd`/dest make install
181181 tar -C dest -cf libirecovery.tar ${{ env.dest }}
182182 - name : publish artifact
183- uses : actions/upload-artifact@v3
183+ uses : actions/upload-artifact@v4
184184 with :
185185 name : libirecovery-latest_${{ matrix.arch }}-${{ env.dest }}
186186 path : libirecovery.tar
0 commit comments