Skip to content

Commit

Permalink
Updated missing artifact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolina Cynk committed Dec 12, 2024
1 parent aef63ca commit bffaff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
coverage run -a -m pytest qf_lib/tests/integration_tests/backtesting
coverage xml -o backtesting_tests.xml
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: backtesting_tests
path: backtesting_tests.xml
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download unit_tests artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: unit_tests
- name: Download artifacts data_providers_tests
Expand Down

0 comments on commit bffaff4

Please sign in to comment.