Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/upload-art…
Browse files Browse the repository at this point in the history
…ifact-4
  • Loading branch information
Diapolo10 authored Dec 14, 2023
2 parents 48accf2 + bba7f4a commit fa5afca
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: built-binary

Expand Down
108 changes: 54 additions & 54 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ optional = true


[tool.poetry.group.tests.dependencies]
coverage = {version = '^7.3.2', extras = ['toml',]}
coverage = {version = '^7.3.3', extras = ['toml',]}
pytest = '^7.4.3'
pytest-cov = '^4.1.0'
tox = '^4.11.4'
Expand Down

0 comments on commit fa5afca

Please sign in to comment.