File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4646 /usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true
4747 /usr/local/bin/VBoxManage snapshot ${{matrix.FREEBSD_VERSION}} restore initial
4848
49- - uses : actions/upload-artifact@v5
49+ - uses : actions/upload-artifact@v6
5050 with :
5151 name : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
5252 path : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
9696 /usr/local/bin/VBoxManage controlvm ${{ matrix.PFSENSE_VERSION }} poweroff || true
9797 /usr/local/bin/VBoxManage snapshot ${{ matrix.PFSENSE_VERSION }} restore initial
9898
99- - uses : actions/upload-artifact@v5
99+ - uses : actions/upload-artifact@v6
100100 with :
101101 name : openapi-${{ matrix.PFSENSE_VERSION }}.json
102102 path : openapi-${{ matrix.PFSENSE_VERSION }}.json
Original file line number Diff line number Diff line change 6060 /usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true
6161 /usr/local/bin/VBoxManage snapshot ${{matrix.FREEBSD_VERSION}} restore initial
6262
63- - uses : actions/upload-artifact@v5
63+ - uses : actions/upload-artifact@v6
6464 with :
6565 name : pfSense-${{ matrix.PFSENSE_VERSION }}-pkg-RESTAPI.pkg
6666 path : pfSense-${{ matrix.PFSENSE_VERSION }}-pkg-RESTAPI.pkg
@@ -112,13 +112,13 @@ jobs:
112112 /usr/local/bin/VBoxManage snapshot pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-RELEASE restore initial
113113
114114 - name : Upload OpenAPI schema
115- uses : actions/upload-artifact@v5
115+ uses : actions/upload-artifact@v6
116116 with :
117117 name : openapi.json
118118 path : openapi.json
119119
120120 - name : Upload GraphQL schema
121- uses : actions/upload-artifact@v5
121+ uses : actions/upload-artifact@v6
122122 with :
123123 name : schema.graphql
124124 path : schema.graphql
You can’t perform that action at this time.
0 commit comments