Skip to content

Commit 83ebb0f

Browse files
authored
Merge pull request #80 from HuttleyLab/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 4 to 6
2 parents 67d7788 + ef19f82 commit 83ebb0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v4
75+
uses: actions/download-artifact@v6
7676
with:
7777
name: mm-wheel-sdist
7878
path: ./dist
@@ -92,7 +92,7 @@ jobs:
9292

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

0 commit comments

Comments
 (0)