Skip to content

Commit 6071cca

Browse files
Merge pull request #182 from jeromekelleher/fix-cd-warns
Bump upload artefact to v4
2 parents 27cbf9d + eeadf39 commit 6071cca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
vcfpartition --help
3939
python -m bio2zarr vcfpartition --help
4040
- name: Store the distribution packages
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: python-package-distributions
4444
path: dist/
@@ -56,7 +56,7 @@ jobs:
5656
id-token: write # IMPORTANT: mandatory for trusted publishing
5757

5858
steps:
59-
- uses: actions/download-artifact@v3
59+
- uses: actions/download-artifact@v4
6060
with:
6161
name: python-package-distributions
6262
path: dist/
@@ -77,7 +77,7 @@ jobs:
7777
id-token: write # IMPORTANT: mandatory for trusted publishing
7878

7979
steps:
80-
- uses: actions/download-artifact@v3
80+
- uses: actions/download-artifact@v4
8181
with:
8282
name: python-package-distributions
8383
path: dist/

0 commit comments

Comments
 (0)