Skip to content

Commit

Permalink
Merge pull request #158 from MatthieuDartiailh/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/download-artifact-4.1.9

build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9
  • Loading branch information
MatthieuDartiailh authored Mar 3, 2025
2 parents c8e7a4f + 466a2f2 commit 569d452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all the dists
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.1.9
with:
pattern: cibw-*
path: dist
Expand All @@ -101,7 +101,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v4.1.8
uses: actions/download-artifact@v4.1.9
with:
pattern: cibw-*
path: dist
Expand Down

0 comments on commit 569d452

Please sign in to comment.