Skip to content

Commit 0514002

Browse files
Merge branch 'master' into dependabot/composer/master/webonyx/graphql-php-15.25.2
2 parents 087dfc7 + 6551e92 commit 0514002

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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

0 commit comments

Comments
 (0)