File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 FREEBSD_ID : freebsd15
6262 steps :
6363 - uses : actions/checkout@v5
64- - uses : actions/download-artifact@v5
64+ - uses : actions/download-artifact@v6
6565 with :
6666 name : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
6767 path : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
@@ -111,13 +111,13 @@ jobs:
111111 FREEBSD_ID : freebsd15
112112 steps :
113113 - uses : actions/checkout@v5
114- - uses : actions/download-artifact@v5
114+ - uses : actions/download-artifact@v6
115115 with :
116116 name : openapi-${{ matrix.PFSENSE_VERSION }}.json
117117 path : openapi-${{ matrix.PFSENSE_VERSION }}.json
118118
119119 - name : Install Node.js
120- uses : actions/setup-node@v5
120+ uses : actions/setup-node@v6
121121 with :
122122 node-version : " 20"
123123
@@ -142,7 +142,7 @@ jobs:
142142 steps :
143143 - uses : actions/checkout@v5
144144
145- - uses : actions/download-artifact@v5
145+ - uses : actions/download-artifact@v6
146146 with :
147147 name : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
148148 path : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v5
9- - uses : actions/setup-node@v5
9+ - uses : actions/setup-node@v6
1010 with :
1111 node-version : 20
1212 - name : Install npm packages
Original file line number Diff line number Diff line change 7474 steps :
7575 - uses : actions/checkout@v5
7676
77- - uses : actions/download-artifact@v5
77+ - uses : actions/download-artifact@v6
7878 with :
7979 name : pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg
8080 path : pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg
@@ -149,13 +149,13 @@ jobs:
149149 mv ./site/* ./www/
150150
151151 - name : Download OpenAPI schema
152- uses : actions/download-artifact@v5
152+ uses : actions/download-artifact@v6
153153 with :
154154 name : openapi.json
155155 path : openapi.json
156156
157157 - name : Download GraphQL schema
158- uses : actions/download-artifact@v5
158+ uses : actions/download-artifact@v6
159159 with :
160160 name : schema.graphql
161161 path : schema.graphql
You can’t perform that action at this time.
0 commit comments