Skip to content

Commit

Permalink
Merge pull request #176 from jim-easterbrook/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/dot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
jim-easterbrook authored Sep 4, 2024
2 parents 284ddac + 2861485 commit 0eed4ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v3

- name: Fetch wheel files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: macos-wheels

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v3

- name: Fetch wheel files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: manylinux-wheels

Expand Down

0 comments on commit 0eed4ba

Please sign in to comment.