Skip to content

Commit

Permalink
update to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpholguera authored Sep 4, 2024
1 parent 49dd948 commit 3fcd0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: python3 ./tools/generate_masvs_sarif.py

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OWASP_MASVS
path: OWASP_MASVS*
Expand All @@ -48,7 +48,7 @@ jobs:
needs: [Generate-MASVS-Documents]
if: startsWith(github.ref, 'refs/tags/') && (github.actor == 'cpholguera' || github.actor == 'sushi2k')
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
- name: Move all files to the root folder
run: mv OWASP_MASVS*/* .

Expand Down

0 comments on commit 3fcd0fa

Please sign in to comment.