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 6161 run : |
6262 ./scripts/prep_xcframework.sh
6363 - name : Upload build artifacts
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : release_framework
6767 path : |
7979 run : |
8080 ./scripts/prep_xcframework_noidfa.sh
8181 - name : Upload build artifacts
82- uses : actions/upload-artifact@v3
82+ uses : actions/upload-artifact@v4
8383 with :
8484 name : framework-noidfa
8585 path : |
9797 run : |
9898 ./scripts/prep_static_xcframework.sh
9999 - name : Upload build artifacts
100- uses : actions/upload-artifact@v3
100+ uses : actions/upload-artifact@v4
101101 with :
102102 name : static-framework
103103 path : |
@@ -115,7 +115,7 @@ jobs:
115115 run : |
116116 ./scripts/prep_static_xcframework_noidfa.sh
117117 - name : Upload build artifacts
118- uses : actions/upload-artifact@v3
118+ uses : actions/upload-artifact@v4
119119 with :
120120 name : static-framework-noidfa
121121 path : |
You can’t perform that action at this time.
0 commit comments