Skip to content

Commit

Permalink
Update StaticAnalysis.yml1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbritopacheco authored Jan 8, 2025
1 parent 477e353 commit 2d9e9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/StaticAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mkdir -p static/dev/${{ github.ref }}
python ${{github.workspace}}/dev/include_dependency_graph.py ${{github.workspace}}/src --svg=static/dev/${{ github.ref }}/IncludeDependencyGraph.svg --dot=static/dev/${{ github.ref }}/IncludeDependencyGraph.dot
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: IncludeDependencyGraph
path: |
Expand Down

0 comments on commit 2d9e9b6

Please sign in to comment.