From fb2e2b1492f648f50bb46a6d57d1bfcb15cd0f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 18:43:08 +0000 Subject: [PATCH] ci(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/production-deployment.yml | 6 +++--- .github/workflows/security-scan.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/production-deployment.yml b/.github/workflows/production-deployment.yml index af84eca..10fabb1 100644 --- a/.github/workflows/production-deployment.yml +++ b/.github/workflows/production-deployment.yml @@ -189,7 +189,7 @@ jobs: cp _headers dist/_headers 2>/dev/null || echo "No _headers file found" - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: frontend-build path: nexus-reader/dist/ @@ -202,7 +202,7 @@ jobs: echo "Publish skipped (using Bun; add bun publish if needed)" - name: Upload source maps - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: source-maps path: nexus-reader/dist/**/*.map @@ -216,7 +216,7 @@ jobs: steps: - name: Download frontend build - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: frontend-build path: frontend-dist diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 8c1e837..2c4c93b 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -93,7 +93,7 @@ jobs: exit 0 - name: Upload audit results - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: security-audit-results path: | @@ -201,7 +201,7 @@ jobs: - name: Upload security check results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: custom-security-checks path: |