Skip to content

Commit

Permalink
Merge pull request #61 from mrahnis/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
mrahnis committed Jan 19, 2024
2 parents fe6d37b + 176baa8 commit ebd7ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/condapackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
conda build . --python ${{ matrix.python-version }} --numpy ${{ matrix.python-version }}
Copy-Item $env:CONDA_PREFIX\conda-bld -Destination . -Recurse
- name: Upload package artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.python-version }}-packages
path: conda-bld/noarch/*.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
python -m build
- name: Upload wheel artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.python-version }}-wheels
path: dist/*.whl
Expand Down

0 comments on commit ebd7ace

Please sign in to comment.