Skip to content

Commit

Permalink
[MNT] [Dependabot](deps): Bump actions/upload-artifact from 3 to 4 (#254
Browse files Browse the repository at this point in the history
)

Bumps
[actions/upload-artifact](https://github.com/actions/upload-artifact)
from 3 to 4.
  • Loading branch information
dependabot[bot] committed Dec 22, 2023
1 parent cce4cca commit 7b26a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
python -m build --wheel --sdist --outdir wheelhouse
- name: Store wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: wheelhouse/*
Expand Down

0 comments on commit 7b26a74

Please sign in to comment.