Skip to content

Commit

Permalink
revert: Reverting "chore Bump actions/download-artifact from 2 to 4.1…
Browse files Browse the repository at this point in the history
….7 in /.gi… (#4701)

Revert "chore: Bump actions/download-artifact from 2 to 4.1.7 in /.github/wor…"

This reverts commit 87e7ca4.
  • Loading branch information
franciscojavierarceo authored Oct 26, 2024
1 parent a439b93 commit a2a9125
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_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v2
with:
name: wheels
path: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build_wheels]
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v2
with:
name: wheels
path: dist
Expand Down

0 comments on commit a2a9125

Please sign in to comment.