From a059da35a158539a2cfc2f446ddcf6238ea13817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:42:50 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...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] --- .github/workflows/main.yml | 2 +- .github/workflows/neural-nexus-ci-cd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b83bd524..e663384f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -404,7 +404,7 @@ jobs: - uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v5 - name: Create release assets run: | diff --git a/.github/workflows/neural-nexus-ci-cd.yml b/.github/workflows/neural-nexus-ci-cd.yml index b83bd524..e663384f 100644 --- a/.github/workflows/neural-nexus-ci-cd.yml +++ b/.github/workflows/neural-nexus-ci-cd.yml @@ -404,7 +404,7 @@ jobs: - uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v5 - name: Create release assets run: |