Skip to content

Commit 482f807

Browse files
chore: bump actions/download-artifact from 5 to 6 (#776)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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>
1 parent 07d5751 commit 482f807

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
@@ -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,7 +111,7 @@ 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
@@ -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/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)