Skip to content

Commit 4b704b3

Browse files
chore: bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57ee893 commit 4b704b3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
FREEBSD_ID: freebsd15
6464
steps:
6565
- uses: actions/checkout@v6
66-
- uses: actions/download-artifact@v6
66+
- uses: actions/download-artifact@v7
6767
with:
6868
name: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
6969
path: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
@@ -113,7 +113,7 @@ jobs:
113113
FREEBSD_ID: freebsd15
114114
steps:
115115
- uses: actions/checkout@v6
116-
- uses: actions/download-artifact@v6
116+
- uses: actions/download-artifact@v7
117117
with:
118118
name: openapi-${{ matrix.PFSENSE_VERSION }}.json
119119
path: openapi-${{ matrix.PFSENSE_VERSION }}.json
@@ -144,7 +144,7 @@ jobs:
144144
steps:
145145
- uses: actions/checkout@v6
146146

147-
- uses: actions/download-artifact@v6
147+
- uses: actions/download-artifact@v7
148148
with:
149149
name: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
150150
path: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v6
7878

79-
- uses: actions/download-artifact@v6
79+
- uses: actions/download-artifact@v7
8080
with:
8181
name: pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg
8282
path: pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg
@@ -151,13 +151,13 @@ jobs:
151151
mv ./site/* ./www/
152152
153153
- name: Download OpenAPI schema
154-
uses: actions/download-artifact@v6
154+
uses: actions/download-artifact@v7
155155
with:
156156
name: openapi.json
157157
path: openapi.json
158158

159159
- name: Download GraphQL schema
160-
uses: actions/download-artifact@v6
160+
uses: actions/download-artifact@v7
161161
with:
162162
name: schema.graphql
163163
path: schema.graphql

0 commit comments

Comments
 (0)