Skip to content

Commit c0556f2

Browse files
authored
Merge pull request #237 from lasp/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 9ae5be2 + a752ff7 commit c0556f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
# This downloads the build artifacts from the build job
3636
- name: Download distribution artifacts
37-
uses: actions/download-artifact@v7
37+
uses: actions/download-artifact@v8
3838
with:
3939
name: python-package-distributions
4040
path: dist/
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
# This downloads the build artifacts from the build job
6161
- name: Download distribution artifacts
62-
uses: actions/download-artifact@v7
62+
uses: actions/download-artifact@v8
6363
with:
6464
name: python-package-distributions
6565
path: dist/
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Download Conda artifact
83-
uses: actions/download-artifact@v7
83+
uses: actions/download-artifact@v8
8484
with:
8585
name: conda-package
8686
path: conda-package/

0 commit comments

Comments
 (0)