Skip to content

Commit

Permalink
Merge pull request #23 from gostevehoward/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
gostevehoward authored Oct 27, 2024
2 parents 29c0707 + 4540f05 commit 70b1ef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ jobs:

steps:
- name: Download confseq_sdist artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: confseq_sdist
path: dist
- name: Download confseq_macos_wheels artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: confseq_macos_wheels
path: dist
- name: Download confsesq_manylinux_wheels artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: confseq_manylinux_wheels
path: dist
Expand Down

0 comments on commit 70b1ef3

Please sign in to comment.