Skip to content

Commit 2a4ec83

Browse files
chore: bump actions/download-artifact from 7 to 8 (#851)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jared Hendrickson <github@jaredhendrickson.com>
1 parent bb3cc8b commit 2a4ec83

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@v7
66+
- uses: actions/download-artifact@v8
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@v7
116+
- uses: actions/download-artifact@v8
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@v7
147+
- uses: actions/download-artifact@v8
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
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v6
8080

81-
- uses: actions/download-artifact@v7
81+
- uses: actions/download-artifact@v8
8282
with:
8383
name: pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg
8484
path: pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg
@@ -153,13 +153,13 @@ jobs:
153153
mv ./site/* ./www/
154154
155155
- name: Download OpenAPI schema
156-
uses: actions/download-artifact@v7
156+
uses: actions/download-artifact@v8
157157
with:
158158
name: openapi.json
159159
path: openapi.json
160160

161161
- name: Download GraphQL schema
162-
uses: actions/download-artifact@v7
162+
uses: actions/download-artifact@v8
163163
with:
164164
name: schema.graphql
165165
path: schema.graphql

0 commit comments

Comments
 (0)