Skip to content

Commit

Permalink
fix upload artifact (#2563)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpholguera authored Feb 20, 2024
1 parent 3dae42c commit d40ae0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docgenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: ./src/pandocker/pandoc_makedocs.sh Document ${{env.MASTG_VERSION}} ${{env.MASVS_VERSION}}

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OWASP_MASTG
path: OWASP_MASTG*
Expand Down

0 comments on commit d40ae0b

Please sign in to comment.