Skip to content

Commit 88dcc7d

Browse files
authored
Merge branch 'master' into tpoomlmly-patch-1
2 parents f07db31 + 9f0f411 commit 88dcc7d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
python -m build
4949
- name: Save built package
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: package
5353
path: |

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ url = https://github.com/sourcebots/runusb
1111
python_requires = >=3.8
1212
packages = find:
1313
install_requires =
14-
logger-extras==0.4.1
14+
logger-extras==0.4.2
1515
rpi.GPIO==0.7.1
1616

1717
[options.extras_require]
18-
mqtt = logger-extras[mqtt]==0.4.1
18+
mqtt = logger-extras[mqtt]==0.4.2
1919

2020
[options.entry_points]
2121
console_scripts =

0 commit comments

Comments
 (0)