Skip to content

Commit

Permalink
updated actions/upload-artifact to version4 due to failing checks
Browse files Browse the repository at this point in the history
  • Loading branch information
asaki222 committed Sep 11, 2024
1 parent 67a81b5 commit e921334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/django-security-check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: check
uses: victoriadrake/django-security-check@master
- name: Upload output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: security-check-output
path: output.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: check
uses: ./.github/actions/django-security-check
- name: Upload output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: security-check-output
path: ./src/output.txt
Expand Down

0 comments on commit e921334

Please sign in to comment.