Skip to content

Commit

Permalink
update action and allow overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed May 16, 2024
1 parent 06fc645 commit 2954fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,11 @@ 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 }}
overwrite: true

- name: Upload artifacts to Github release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 2954fb3

Please sign in to comment.