Skip to content

Commit

Permalink
update workflow 1
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Nov 29, 2024
1 parent 2871bf7 commit 488a6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Run yarn audit
run: yarn audit --no-color > .yarn-audit
- name: Upload report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: yarn-audit-report
path: .yarn-audit
path: ${{ github.workspace }}

0 comments on commit 488a6ce

Please sign in to comment.