File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 6262 yaml_changed : ${{ steps.check.outputs.yaml_changed }}
6363 steps :
6464 - name : Checkout code
65- uses : actions/checkout@v5
65+ uses : actions/checkout@v6
6666 with :
6767 fetch-depth : 2
6868
@@ -102,7 +102,7 @@ jobs:
102102
103103 steps :
104104 - name : Checkout code
105- uses : actions/checkout@v5
105+ uses : actions/checkout@v6
106106
107107 - name : Read version from YAML file
108108 id : read_version
@@ -206,7 +206,7 @@ jobs:
206206
207207 build-firmware :
208208 name : Build Firmware (${{ matrix.firmware_name }})
209- uses : esphome/workflows/.github/workflows/build.yml@2025.8.1
209+ uses : esphome/workflows/.github/workflows/build.yml@2025.10.0
210210 needs :
211211 - check-for-yaml
212212 - set-version
@@ -235,11 +235,11 @@ jobs:
235235 id-token : write
236236 steps :
237237 - name : Checkout code
238- uses : actions/checkout@v5
238+ uses : actions/checkout@v6
239239
240240 # Download all firmware artifacts
241241 - name : Download all firmware artifacts
242- uses : actions/download-artifact@v4
242+ uses : actions/download-artifact@v6
243243 with :
244244 path : firmware-artifacts
245245 pattern : firmware*
@@ -379,7 +379,7 @@ jobs:
379379 echo "No index.html found in any location, skipping installer copy"
380380 fi
381381
382- - uses : actions/upload-pages-artifact@v3
382+ - uses : actions/upload-pages-artifact@v4
383383 with :
384384 path : output
385385 retention-days : 1
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v5
9+ uses : actions/checkout@v6
1010 - name : Write PR Body to File
1111 run : |
1212 set +H
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Find and display all symlinks and hardlinks
2828 run : |
@@ -116,7 +116,7 @@ jobs:
116116 uses : actions/configure-pages@v5
117117
118118 - name : Upload artifact
119- uses : actions/upload-pages-artifact@v3
119+ uses : actions/upload-pages-artifact@v4
120120 with :
121121 path : ' output'
122122
Original file line number Diff line number Diff line change 2525 html_url : ${{ steps.run-release-drafter.outputs.html_url }}
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v5
28+ uses : actions/checkout@v6
2929 - name : Read version from YAML file
3030 id : read_version
3131 run : |
5757 strategy :
5858 matrix :
5959 firmware : ${{ fromJson(inputs.firmwares_json) }}
60- uses : esphome/workflows/.github/workflows/build.yml@2025.8.1
60+ uses : esphome/workflows/.github/workflows/build.yml@2025.10.0
6161 with :
6262 files : ${{ matrix.firmware.yaml }}
6363 esphome-version : stable
7070 runs-on : ubuntu-latest
7171 steps :
7272 - name : Checkout source code
73- uses : actions/checkout@v5
73+ uses : actions/checkout@v6
7474
7575 - name : Debug repository structure
7676 run : |
@@ -125,7 +125,7 @@ jobs:
125125 fi
126126
127127 - name : Upload artifact
128- uses : actions/upload-artifact@v4
128+ uses : actions/upload-artifact@v5
129129 with :
130130 name : github-pages
131131 path : output
@@ -135,7 +135,7 @@ jobs:
135135 runs-on : ubuntu-latest
136136 steps :
137137 - name : Checkout code
138- uses : actions/checkout@v5
138+ uses : actions/checkout@v6
139139
140140 - name : Debug link analysis
141141 run : |
@@ -236,7 +236,7 @@ jobs:
236236 uses : actions/configure-pages@v5
237237
238238 - name : Upload artifact
239- uses : actions/upload-pages-artifact@v3
239+ uses : actions/upload-pages-artifact@v4
240240 with :
241241 path : ' output'
242242
You can’t perform that action at this time.
0 commit comments