File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717
1818 - name : Install uv
19- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2 .0
19+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
2020
2121 - name : Check changelog entries
2222 run : uv run --no-sync python ci/check_changelog_entries.py
Original file line number Diff line number Diff line change 6969 hatch env run --env gputest.py${{ matrix.python-version }} run-coverage
7070
7171 - name : Upload coverage
72- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
72+ uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
7373 with :
7474 token : ${{ secrets.CODECOV_TOKEN }}
7575 flags : gpu
Original file line number Diff line number Diff line change 7878 key : cache-hypothesis-${{ runner.os }}-${{ github.run_id }}
7979
8080 - name : Upload coverage
81- uses : codecov/codecov-action@v5
81+ uses : codecov/codecov-action@v6
8282 with :
8383 token : ${{ secrets.CODECOV_TOKEN }}
8484 flags : tests
Original file line number Diff line number Diff line change 2929 echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
3030
3131 - name : Run issue-metrics tool
32- uses : github/issue-metrics@v3
32+ uses : github/issue-metrics@v4
3333 env :
3434 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535 SEARCH_QUERY : ' repo:zarr-developers/zarr-python is:issue created:${{ env.last_month }} -reason:"not planned"'
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v6
23- - uses : j178/prek-action@v1
23+ - uses : j178/prek-action@v2
Original file line number Diff line number Diff line change 4848 needs : [build_artifacts]
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/download-artifact@v7
51+ - uses : actions/download-artifact@v8
5252 with :
5353 name : releases
5454 path : dist
7070 attestations : write
7171 artifact-metadata : write
7272 steps :
73- - uses : actions/download-artifact@v7
73+ - uses : actions/download-artifact@v8
7474 with :
7575 name : releases
7676 path : dist
Original file line number Diff line number Diff line change 6868 hatch env run --env test.py${{ matrix.python-version }}-${{ matrix.dependency-set }} run-coverage
6969 - name : Upload coverage
7070 if : ${{ matrix.dependency-set == 'optional' && matrix.os == 'ubuntu-latest' }}
71- uses : codecov/codecov-action@v5
71+ uses : codecov/codecov-action@v6
7272 with :
7373 token : ${{ secrets.CODECOV_TOKEN }}
7474 flags : tests
@@ -108,7 +108,7 @@ jobs:
108108 run : |
109109 hatch env run --env ${{ matrix.dependency-set }} run-coverage
110110 - name : Upload coverage
111- uses : codecov/codecov-action@v5
111+ uses : codecov/codecov-action@v6
112112 with :
113113 token : ${{ secrets.CODECOV_TOKEN }}
114114 flags : tests
You can’t perform that action at this time.
0 commit comments