Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-asyncio-0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Jan 13, 2025
2 parents 2d70d9f + ddd6bdc commit b105673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
echo "ref: $ref"
echo "$ref" >> cleanup_cache
- name: Upload cleanup-cache artifact
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: cleanup_cache
path: cleanup_cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
twine upload --verbose dist/*
- name: Upload release assets
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2.2.1
with:
files: |
dist/*.whl
Expand Down

0 comments on commit b105673

Please sign in to comment.