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.
2 parents 27cbf9d + eeadf39 commit 6071ccaCopy full SHA for 6071cca
.github/workflows/cd.yml
@@ -38,7 +38,7 @@ jobs:
38
vcfpartition --help
39
python -m bio2zarr vcfpartition --help
40
- name: Store the distribution packages
41
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
42
with:
43
name: python-package-distributions
44
path: dist/
@@ -56,7 +56,7 @@ jobs:
56
id-token: write # IMPORTANT: mandatory for trusted publishing
57
58
steps:
59
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
60
61
62
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
0 commit comments