From e7d73b20a3db9388b11a839ee55ed7d64ca303f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:48:29 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/aiv-guard.yml | 2 +- .github/workflows/main.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/aiv-guard.yml b/.github/workflows/aiv-guard.yml index f27af1f..69dc28d 100644 --- a/.github/workflows/aiv-guard.yml +++ b/.github/workflows/aiv-guard.yml @@ -39,7 +39,7 @@ jobs: - name: Upload validator output if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: aiv-validator-output if-no-files-found: warn diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 746da18..be88b31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: run: make test - name: Upload test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }} if-no-files-found: warn @@ -82,7 +82,7 @@ jobs: run: make test - name: Upload test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }} if-no-files-found: warn @@ -114,7 +114,7 @@ jobs: run: pytest -s -vvvv -l --tb=long --cov=flashcore --cov-report=xml --cov-report=html tests - name: Upload test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: test-results-${{ matrix.os }}-${{ matrix.python-version }} if-no-files-found: warn @@ -184,7 +184,7 @@ jobs: fi - name: Upload negative evidence if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: negative-evidence if-no-files-found: warn @@ -224,7 +224,7 @@ jobs: fi - name: Upload anti-cheat report if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: anti-cheat-report if-no-files-found: warn