Skip to content

Commit

Permalink
updated upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed Dec 20, 2023
1 parent 703f258 commit cb39e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
source test_python/bin/activate
make ${{matrix.command}}
- name: Upload pytest duration artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pytest-duration-report
path: test-reports/${{matrix.command}}-junit.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_unit_tests_with_latest_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
source test_python/bin/activate
make ${{matrix.command}}
- name: Upload pytest duration artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pytest-duration-report
path: test-reports/${{matrix.command}}-junit.xml
Expand Down

0 comments on commit cb39e24

Please sign in to comment.