Skip to content

Commit

Permalink
Merge pull request #2 from insight-platform/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/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
bwsw authored Sep 6, 2024
2 parents a0ff4bf + bb887f3 commit 2947a50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: wheels-manylinux-arm
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: wheels-manylinux-x86
- name: Publish to PyPI
Expand All @@ -91,11 +91,11 @@ jobs:
command: upload
args: --skip-existing *
- name: Download native artifacts ARM
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: wheels-native-arm
- name: Download native artifacts x86
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: wheels-native-x86
- name: Attach Artifacts to the release
Expand Down

0 comments on commit 2947a50

Please sign in to comment.