Skip to content

Commit 3ecd6de

Browse files
chore: bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d74404d commit 3ecd6de

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
@@ -59,7 +59,7 @@ jobs:
5959
FREEBSD_ID: freebsd15
6060
steps:
6161
- uses: actions/checkout@v5
62-
- uses: actions/download-artifact@v4
62+
- uses: actions/download-artifact@v5
6363
with:
6464
name: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
6565
path: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
@@ -107,7 +107,7 @@ jobs:
107107
FREEBSD_ID: freebsd15
108108
steps:
109109
- uses: actions/checkout@v5
110-
- uses: actions/download-artifact@v4
110+
- uses: actions/download-artifact@v5
111111
with:
112112
name: openapi-${{ matrix.PFSENSE_VERSION }}.json
113113
path: openapi-${{ matrix.PFSENSE_VERSION }}.json
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
- uses: actions/checkout@v5
138138

139-
- uses: actions/download-artifact@v4
139+
- uses: actions/download-artifact@v5
140140
with:
141141
name: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg
142142
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
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
- uses: actions/checkout@v5
7070

71-
- uses: actions/download-artifact@v4
71+
- uses: actions/download-artifact@v5
7272
with:
7373
name: pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg
7474
path: pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg
@@ -143,13 +143,13 @@ jobs:
143143
mv ./site/* ./www/
144144
145145
- name: Download OpenAPI schema
146-
uses: actions/download-artifact@v4
146+
uses: actions/download-artifact@v5
147147
with:
148148
name: openapi.json
149149
path: openapi.json
150150

151151
- name: Download GraphQL schema
152-
uses: actions/download-artifact@v4
152+
uses: actions/download-artifact@v5
153153
with:
154154
name: schema.graphql
155155
path: schema.graphql

0 commit comments

Comments
 (0)