File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed
Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,16 @@ jobs:
1515 strategy :
1616 matrix :
1717 env :
18- - { PYVER: 3.7.16 }
19-
20- - { PYVER: 3.8.16 }
21-
18+ - { PYVER: 3.7.16 }
19+ - { PYVER: 3.8.16 }
2220 - { PYVER: 3.9.16 }
23-
24- - { PYVER: 3.10.9 }
25-
26- - { PYVER: 3.11.2 }
27-
28- - { PYVER: 3.12.0 }
21+ - { PYVER: 3.10.11 }
22+ - { PYVER: 3.11.9 }
23+ - { PYVER: 3.12.7 }
24+ - { PYVER: 3.13.0 }
2925 steps :
3026 - name : Checkout main repo
31- uses : actions/checkout@v2
27+ uses : actions/checkout@v4
3228 - name : Update scripts permission
3329 run : |
3430 find -type f -iname "*.sh" -exec chmod +x {} \;
4642 sudo 7z a -tzip $package_filename * -r
4743 echo ::set-output name=package_filename::$package_filename
4844 - name : Save build
49- uses : actions/upload-artifact@v2
45+ uses : actions/upload-artifact@v4
5046 with :
47+ name : ${{ steps.create_package.outputs.package_filename }}
5148 path : python3-linux/embedabble/${{ steps.create_package.outputs.package_filename }}
5249 if-no-files-found : error
5350 - name : Publish to Digital Ocean
You can’t perform that action at this time.
0 commit comments