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