File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 stale :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/stale@v8
10+ - uses : actions/stale@v10
1111 with :
1212 # Issue closure message
1313 close-issue-message : ' This issue has been closed due to no activity in over four weeks after having been marked as closure pending.'
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 ./tools/build-gh.sh
128128
129129 - name : Upload ${{ matrix.target }}
130- uses : actions/upload-artifact@v4
130+ uses : actions/upload-artifact@v7
131131 with :
132132 name : firmware-${{ matrix.target }}
133133 path : |
Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ jobs:
7171
7272 - name : Archive production artifacts
7373 if : success()
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v7
7575 with :
7676 name : " ${{ env.artifact_name }}"
7777 path : ${{github.workspace}}/output
7878 retention-days : 15
7979
8080 - name : Archive build logs
8181 if : always()
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v7
8383 with :
8484 name : " ${{ env.artifact_name }}-logs"
8585 path : ${{github.workspace}}/logs
Original file line number Diff line number Diff line change @@ -99,15 +99,15 @@ jobs:
9999
100100 - name : Archive production artifacts
101101 if : success()
102- uses : actions/upload-artifact@v4
102+ uses : actions/upload-artifact@v7
103103 with :
104104 name : " ${{ env.artifact_name }}"
105105 path : ${{github.workspace}}/output
106106 retention-days : 15
107107
108108 - name : Archive build logs
109109 if : always()
110- uses : actions/upload-artifact@v4
110+ uses : actions/upload-artifact@v7
111111 with :
112112 name : " ${{ env.artifact_name }}-logs"
113113 path : ${{github.workspace}}/logs
Original file line number Diff line number Diff line change 5757 run : ./tools/build-gh.sh
5858
5959 - name : Package firmware ${{ matrix.target }}
60- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@v7
6161 with :
6262 name : edgetx-firmware-nightly-${{ matrix.target }}
6363 path : |
@@ -122,7 +122,7 @@ jobs:
122122 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
123123
124124 - name : Deploy nightly release
125- uses : softprops/action-gh-release@v2
125+ uses : softprops/action-gh-release@v2 # softprops/action-gh-release/pull/670 or v3 to clear nodejs log warning
126126 with :
127127 tag_name : nightly
128128 prerelease : true
Original file line number Diff line number Diff line change 66 - ' main'
77 - ' [0-9]+.[0-9]+'
88 tags :
9- - v*
9+ - v*
1010 paths :
1111 - ' fw.json'
1212 pull_request :
2222 name : Validate fw.json file
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626
2727 - name : Validate fw.json syntax and schema
2828 run : python3 tools/validate-json.py --syntax-only
Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ jobs:
101101
102102 - name : Archive production artifacts
103103 if : success()
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v7
105105 with :
106106 name : " ${{ env.artifact_name }}"
107107 path : ${{github.workspace}}/output
108108 retention-days : 15
109109
110110 - name : Archive build logs
111111 if : always()
112- uses : actions/upload-artifact@v4
112+ uses : actions/upload-artifact@v7
113113 with :
114114 name : " ${{ env.artifact_name }}-logs"
115115 path : ${{github.workspace}}/logs
You can’t perform that action at this time.
0 commit comments