@@ -24,11 +24,11 @@ jobs:
2424 env :
2525 GRAFANA_ACCESS_POLICY_TOKEN : ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 persist-credentials : false
3030 - name : Setup Node.js environment
31- uses : actions/setup-node@v4
31+ uses : actions/setup-node@v6
3232 with :
3333 node-version : ' 22'
3434 cache : ' npm'
5555
5656 - name : Setup Go environment
5757 if : steps.check-for-backend.outputs.has-backend == 'true'
58- uses : actions/setup-go@v5
58+ uses : actions/setup-go@v6
5959 with :
6060 go-version : ' 1.22'
6161
@@ -116,7 +116,7 @@ jobs:
116116 ARCHIVE : ${{ steps.metadata.outputs.archive }}
117117
118118 - name : Archive Build
119- uses : actions/upload-artifact@v4
119+ uses : actions/upload-artifact@v5
120120 with :
121121 name : ${{ steps.metadata.outputs.plugin-id }}-${{ steps.metadata.outputs.plugin-version }}
122122 path : ${{ steps.metadata.outputs.plugin-id }}
@@ -134,7 +134,7 @@ jobs:
134134 matrix : ${{ steps.resolve-versions.outputs.matrix }}
135135 steps :
136136 - name : Checkout
137- uses : actions/checkout@v4
137+ uses : actions/checkout@v5
138138 with :
139139 persist-credentials : false
140140
@@ -156,12 +156,12 @@ jobs:
156156 name : e2e test ${{ matrix.GRAFANA_IMAGE.name }}@${{ matrix.GRAFANA_IMAGE.VERSION }}
157157 runs-on : ubuntu-latest
158158 steps :
159- - uses : actions/checkout@v4
159+ - uses : actions/checkout@v5
160160 with :
161161 persist-credentials : false
162162
163163 - name : Download plugin
164- uses : actions/download-artifact@v4
164+ uses : actions/download-artifact@v6
165165 with :
166166 path : dist
167167 name : ${{ needs.build.outputs.plugin-id }}-${{ needs.build.outputs.plugin-version }}
@@ -172,7 +172,7 @@ jobs:
172172 chmod +x ./dist/gpx_*
173173
174174 - name : Setup Node.js environment
175- uses : actions/setup-node@v4
175+ uses : actions/setup-node@v6
176176 with :
177177 node-version : ' 22'
178178 cache : ' npm'
@@ -231,7 +231,7 @@ jobs:
231231 needs : [playwright-tests]
232232 runs-on : ubuntu-latest
233233 steps :
234- - uses : actions/checkout@v4
234+ - uses : actions/checkout@v5
235235 with :
236236 # required for playwright-gh-pages
237237 persist-credentials : true
0 commit comments