File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5959 FREEBSD_ID : freebsd15
6060 steps :
6161 - uses : actions/checkout@v5
62- - uses : actions/download-artifact@v4
62+ - uses : actions/download-artifact@v5
6363 with :
6464 name : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
6565 path : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
@@ -107,7 +107,7 @@ jobs:
107107 FREEBSD_ID : freebsd15
108108 steps :
109109 - uses : actions/checkout@v5
110- - uses : actions/download-artifact@v4
110+ - uses : actions/download-artifact@v5
111111 with :
112112 name : openapi-${{ matrix.PFSENSE_VERSION }}.json
113113 path : openapi-${{ matrix.PFSENSE_VERSION }}.json
@@ -136,7 +136,7 @@ jobs:
136136 steps :
137137 - uses : actions/checkout@v5
138138
139- - uses : actions/download-artifact@v4
139+ - uses : actions/download-artifact@v5
140140 with :
141141 name : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
142142 path : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
Original file line number Diff line number Diff line change 6868 steps :
6969 - uses : actions/checkout@v5
7070
71- - uses : actions/download-artifact@v4
71+ - uses : actions/download-artifact@v5
7272 with :
7373 name : pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg
7474 path : pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg
@@ -143,13 +143,13 @@ jobs:
143143 mv ./site/* ./www/
144144
145145 - name : Download OpenAPI schema
146- uses : actions/download-artifact@v4
146+ uses : actions/download-artifact@v5
147147 with :
148148 name : openapi.json
149149 path : openapi.json
150150
151151 - name : Download GraphQL schema
152- uses : actions/download-artifact@v4
152+ uses : actions/download-artifact@v5
153153 with :
154154 name : schema.graphql
155155 path : schema.graphql
You can’t perform that action at this time.
0 commit comments