Skip to content

Commit

Permalink
upload v4
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Sep 29, 2024
1 parent 9df2267 commit e13e181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
if: matrix.os == 'windows'

- name: Upload artifacts to Github
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: build_artifacts/pypi_wheels
name: ${{ matrix.CONFIG }}
Expand Down
2 changes: 1 addition & 1 deletion extra.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


- name: Upload artifacts to Github
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: build_artifacts/pypi_wheels
name: ${{ matrix.CONFIG }}
Expand Down

0 comments on commit e13e181

Please sign in to comment.