We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b7707 commit e607236Copy full SHA for e607236
.github/workflows/analysis-coverage.yml
@@ -596,7 +596,7 @@ jobs:
596
steps:
597
- uses: actions/checkout@v4
598
- name: Download Coverage Artifacts
599
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
600
with:
601
path: coverage
602
pattern: coverage_*
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
echo "EOF" >> $GITHUB_ENV
53
54
- name: Download sdist and wheels
55
56
57
name: wheels_nc_py_api
58
path: wheelhouse_nc_py_api
0 commit comments