From 5ba41163bb9440dd42b18d1ee78da7de492378dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 14:32:32 +0000 Subject: [PATCH] chore(deps): 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/full-automation-ci.yml | 6 +++--- .github/workflows/performance.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/full-automation-ci.yml b/.github/workflows/full-automation-ci.yml index eebcb61..6c033b1 100644 --- a/.github/workflows/full-automation-ci.yml +++ b/.github/workflows/full-automation-ci.yml @@ -170,7 +170,7 @@ jobs: safety check --json | jq . > safety_report.json || true - name: Upload security reports - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: security-reports path: | @@ -211,7 +211,7 @@ jobs: pyinstaller --clean *.spec - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: build-artifacts path: dist/* @@ -308,7 +308,7 @@ jobs: echo "*Report generated automatically by full automation pipeline*" >> automation_report.md - name: Upload automation report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v5 with: name: automation-report path: automation_report.md diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 09dd6db..d1f220d 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -52,7 +52,7 @@ jobs: alert-comment-cc-users: "@Obayne" - name: Upload benchmark artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: benchmark-results diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1503139..fba8a9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: run: | ./Build_AutoFire.ps1 - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: AutoFire-windows path: dist/AutoFire/AutoFire/AutoFire.exe