mirror of https://github.com/leafspark/AutoGGUF
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
This commit is contained in:
commit
122510c2a4
|
@ -14,10 +14,10 @@ jobs:
|
||||||
audit:
|
audit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
cat requirements.txt >> detailed_report.txt
|
cat requirements.txt >> detailed_report.txt
|
||||||
|
|
||||||
- name: Upload audit results
|
- name: Upload audit results
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: pip-audit-report
|
name: pip-audit-report
|
||||||
path: detailed_report.txt
|
path: detailed_report.txt
|
||||||
|
|
Loading…
Reference in New Issue