File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 [push, workflow_dispatch]
55
66env :
7- OS_VERSION : 4.5 .0.16
7+ OS_VERSION : 4.6 .0.13
88
99jobs :
1010 build :
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 name : Build App
1313 strategy :
1414 matrix :
@@ -35,20 +35,20 @@ jobs:
3535 if : startsWith(github.ref, 'refs/tags/v')
3636 needs :
3737 - build
38- runs-on : ubuntu-22 .04
38+ runs-on : ubuntu-24 .04
3939 steps :
4040 - name : Download armv7hl
41- uses : actions/download-artifact@v2
41+ uses : actions/download-artifact@v4
4242 with :
4343 name : rpm-armv7hl
4444 continue-on-error : true
4545 - name : Download aarch64
46- uses : actions/download-artifact@v2
46+ uses : actions/download-artifact@v4
4747 with :
4848 name : rpm-aarch64
4949 continue-on-error : true
5050 - name : Download i486
51- uses : actions/download-artifact@v2
51+ uses : actions/download-artifact@v4
5252 with :
5353 name : rpm-i486
5454 continue-on-error : true
You can’t perform that action at this time.
0 commit comments