diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5854b3e..8b83baee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: FREEBSD_ID: freebsd15 steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg path: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg @@ -107,7 +107,7 @@ jobs: FREEBSD_ID: freebsd15 steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: openapi-${{ matrix.PFSENSE_VERSION }}.json path: openapi-${{ matrix.PFSENSE_VERSION }}.json @@ -136,7 +136,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg path: pfSense-pkg-RESTAPI-${{ env.BUILD_VERSION }}-${{ matrix.FREEBSD_ID }}.pkg diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f38435f..65091d09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: name: pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg path: pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-pkg-RESTAPI.pkg @@ -143,13 +143,13 @@ jobs: mv ./site/* ./www/ - name: Download OpenAPI schema - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: openapi.json path: openapi.json - name: Download GraphQL schema - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: schema.graphql path: schema.graphql