Skip to content

Commit

Permalink
Merge pull request #201 from LumiSpy/ae59dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
jlaehne authored Dec 18, 2023
2 parents a6d5a1c + 29e5ecd commit fcfa3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
pip install --pre --find-links dist lumispy[tests]
pytest --pyargs lumispy
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: |
./dist/*.whl
Expand Down

0 comments on commit fcfa3ed

Please sign in to comment.