Skip to content

Commit

Permalink
Merge pull request #541 from nucleic/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
MatthieuDartiailh authored Dec 18, 2023
2 parents 788db61 + 6d31039 commit b2c6320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd ..
python -m pytest enaml/tests
- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact
path: dist/*
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
python -m cibuildwheel . --output-dir dist
- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifact
path: dist/*.whl
Expand Down

0 comments on commit b2c6320

Please sign in to comment.