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@v6
49+ - uses : actions/upload-artifact@v7
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@v6
99+ - uses : actions/upload-artifact@v7
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 6262 /usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true
6363 /usr/local/bin/VBoxManage snapshot ${{matrix.FREEBSD_VERSION}} restore initial
6464
65- - uses : actions/upload-artifact@v6
65+ - uses : actions/upload-artifact@v7
6666 with :
6767 name : pfSense-${{ matrix.PFSENSE_VERSION }}-pkg-RESTAPI.pkg
6868 path : pfSense-${{ matrix.PFSENSE_VERSION }}-pkg-RESTAPI.pkg
@@ -114,13 +114,13 @@ jobs:
114114 /usr/local/bin/VBoxManage snapshot pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-RELEASE restore initial
115115
116116 - name : Upload OpenAPI schema
117- uses : actions/upload-artifact@v6
117+ uses : actions/upload-artifact@v7
118118 with :
119119 name : openapi.json
120120 path : openapi.json
121121
122122 - name : Upload GraphQL schema
123- uses : actions/upload-artifact@v6
123+ uses : actions/upload-artifact@v7
124124 with :
125125 name : schema.graphql
126126 path : schema.graphql
You can’t perform that action at this time.
0 commit comments