Skip to content

Commit 963db30

Browse files
authored
Merge pull request #42 from HuttleyLab/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents d047bd6 + dd75dee commit 963db30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Download sdist and wheel
75-
uses: actions/download-artifact@v6
75+
uses: actions/download-artifact@v7
7676
with:
7777
name: phylim-wheel-sdist
7878
path: ./dist
@@ -92,7 +92,7 @@ jobs:
9292

9393
steps:
9494
- name: Download sdist and wheel
95-
uses: actions/download-artifact@v6
95+
uses: actions/download-artifact@v7
9696
with:
9797
name: phylim-wheel-sdist
9898
path: ./dist

0 commit comments

Comments
 (0)