File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 run : |
1919 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
2020 - name : fetch libplist
21- uses : dawidd6/action-download-artifact@v3
21+ uses : dawidd6/action-download-artifact@v6
2222 with :
2323 github_token : ${{secrets.GITHUB_TOKEN}}
2424 workflow : build.yml
6464 fi
6565 shell : bash
6666 - name : fetch libplist
67- uses : dawidd6/action-download-artifact@v3
67+ uses : dawidd6/action-download-artifact@v6
6868 with :
6969 github_token : ${{secrets.GITHUB_TOKEN}}
7070 workflow : build.yml
@@ -163,7 +163,7 @@ jobs:
163163 echo "dest=$dest" >> $GITHUB_ENV
164164 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV
165165 - name : fetch libplist
166- uses : dawidd6/action-download-artifact@v3
166+ uses : dawidd6/action-download-artifact@v6
167167 with :
168168 github_token : ${{secrets.GITHUB_TOKEN}}
169169 workflow : build.yml
You can’t perform that action at this time.
0 commit comments