Skip to content

Commit 4c31967

Browse files
authored
Merge pull request #110 from bxlab/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 779141f + e78aa7e commit 4c31967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
CIBW_SKIP: "pp310-*"
4141
- name: Check packages
4242
run: twine check dist/*
43-
- uses: actions/upload-artifact@v5
43+
- uses: actions/upload-artifact@v6
4444
with:
4545
name: "packages-${{ matrix.os }}-${{ matrix.archs }}"
4646
path: dist/
@@ -69,7 +69,7 @@ jobs:
6969
python -c 'import bx, bx.align, bx.align.sitemask, bx.align.tools, bx.arrays, bx.bbi, bx.cookbook, bx.intervals, bx.intervals.operations, bx.intseq, bx.misc, bx.motif, bx.motif.io, bx.motif.logo, bx.phylo, bx.pwm, bx.seq, bx.tabular, bx_extras'
7070
- name: Check packages
7171
run: twine check dist/*
72-
- uses: actions/upload-artifact@v5
72+
- uses: actions/upload-artifact@v6
7373
with:
7474
name: packages-sdist
7575
path: dist/

0 commit comments

Comments
 (0)