Skip to content

Commit 337ebc3

Browse files
Merge pull request #740 from jaredhendrickson13/dependabot/github_actions/master/actions/download-artifact-5
2 parents 0699b6d + 61bd980 commit 337ebc3

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)