Skip to content

Commit

Permalink
Merge 445b502 into 5e59b56
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
2 parents 5e59b56 + 445b502 commit e4fc5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msvc-analysis.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
sarif_file: ${{ steps.run-analysis.outputs.sarif }}

- name: Upload SARIF as an Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: sarif-file
path: ${{ steps.run-analysis.outputs.sarif }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-times.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
./test-suite/quantlib-test-suite --logger=JUNIT,warning,fast.xml:HRF,message -- --fast
./test-suite/quantlib-test-suite --logger=JUNIT,warning,all.xml:HRF,message
- name: Save test times
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-reports
path: ./all.xml
Expand Down

0 comments on commit e4fc5cc

Please sign in to comment.