Skip to content

Commit

Permalink
v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin CO committed Mar 3, 2025
1 parent cea0841 commit f757e69
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/run_tests_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v4
with:
miniforge-version: latest
use-mamba: true
Expand All @@ -55,7 +55,7 @@ jobs:

- name: Archive coverage report
id: archive
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage${{ matrix.shard }}
path: |
Expand All @@ -77,10 +77,10 @@ jobs:
echo "PREFIX=${{ env.PREFIX_WINDOWS }}" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup environment
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v4
with:
miniforge-version: latest
use-mamba: true
Expand All @@ -104,7 +104,7 @@ jobs:

- name: Download all workflow run artifacts
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Rename coverage files
run: |
Expand All @@ -128,7 +128,7 @@ jobs:
coverage report -m
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit f757e69

Please sign in to comment.