mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
reverted the artifact change
This commit is contained in:
parent
60dedcde4e
commit
2069ab0d22
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ jobs:
|
||||||
id: check
|
id: check
|
||||||
uses: victoriadrake/django-security-check@master
|
uses: victoriadrake/django-security-check@master
|
||||||
- name: Upload output
|
- name: Upload output
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: security-check-output
|
name: security-check-output
|
||||||
path: output.txt
|
path: output.txt
|
||||||
|
|
2
.github/workflows/security-check.yaml
vendored
2
.github/workflows/security-check.yaml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
id: check
|
id: check
|
||||||
uses: ./.github/actions/django-security-check
|
uses: ./.github/actions/django-security-check
|
||||||
- name: Upload output
|
- name: Upload output
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: security-check-output
|
name: security-check-output
|
||||||
path: ./src/output.txt
|
path: ./src/output.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue