From a039b5fcc5b7a48f78abd6ff1adeb72e399b4082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 17:44:12 +0000 Subject: [PATCH] chore: bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b899b2d..98e26152 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: /usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true /usr/local/bin/VBoxManage snapshot ${{matrix.FREEBSD_VERSION}} restore initial - - uses: actions/upload-artifact@v4 + - uses: actions/upload-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 @@ -94,7 +94,7 @@ jobs: /usr/local/bin/VBoxManage controlvm ${{ matrix.PFSENSE_VERSION }} poweroff || true /usr/local/bin/VBoxManage snapshot ${{ matrix.PFSENSE_VERSION }} restore initial - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: openapi-${{ matrix.PFSENSE_VERSION }}.json path: openapi-${{ matrix.PFSENSE_VERSION }}.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 08cb6c6c..21879948 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: /usr/local/bin/VBoxManage controlvm ${{ matrix.FREEBSD_VERSION }} poweroff || true /usr/local/bin/VBoxManage snapshot ${{matrix.FREEBSD_VERSION}} restore initial - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: pfSense-${{ matrix.PFSENSE_VERSION }}-pkg-RESTAPI.pkg path: pfSense-${{ matrix.PFSENSE_VERSION }}-pkg-RESTAPI.pkg @@ -110,13 +110,13 @@ jobs: /usr/local/bin/VBoxManage snapshot pfSense-${{ env.DEFAULT_PFSENSE_VERSION }}-RELEASE restore initial - name: Upload OpenAPI schema - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: openapi.json path: openapi.json - name: Upload GraphQL schema - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: schema.graphql path: schema.graphql