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 4444 /usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true
4545 /usr/local/bin/VBoxManage snapshot ${{matrix.FREEBSD_VERSION}} restore initial
4646
47- - uses : actions/upload-artifact@v4
47+ - uses : actions/upload-artifact@v5
4848 with :
4949 name : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
5050 path : pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
9494 /usr/local/bin/VBoxManage controlvm ${{ matrix.PFSENSE_VERSION }} poweroff || true
9595 /usr/local/bin/VBoxManage snapshot ${{ matrix.PFSENSE_VERSION }} restore initial
9696
97- - uses : actions/upload-artifact@v4
97+ - uses : actions/upload-artifact@v5
9898 with :
9999 name : openapi-${{ matrix.PFSENSE_VERSION }}.json
100100 path : openapi-${{ matrix.PFSENSE_VERSION }}.json
Original file line number Diff line number Diff line change 5858 /usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true
5959 /usr/local/bin/VBoxManage snapshot ${{matrix.FREEBSD_VERSION}} restore initial
6060
61- - uses : actions/upload-artifact@v4
61+ - uses : actions/upload-artifact@v5
6262 with :
6363 name : pfSense-${{ matrix.PFSENSE_VERSION }}-pkg-RESTAPI.pkg
6464 path : pfSense-${{ matrix.PFSENSE_VERSION }}-pkg-RESTAPI.pkg
@@ -110,13 +110,13 @@ jobs:
110110 /usr/local/bin/VBoxManage snapshot pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-RELEASE restore initial
111111
112112 - name : Upload OpenAPI schema
113- uses : actions/upload-artifact@v4
113+ uses : actions/upload-artifact@v5
114114 with :
115115 name : openapi.json
116116 path : openapi.json
117117
118118 - name : Upload GraphQL schema
119- uses : actions/upload-artifact@v4
119+ uses : actions/upload-artifact@v5
120120 with :
121121 name : schema.graphql
122122 path : schema.graphql
You can’t perform that action at this time.
0 commit comments