Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aiv-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading