Skip to content

Commit b8f5cc8

Browse files
committed
fix version in git actions and downgrade PyJWT version
1 parent 4331726 commit b8f5cc8

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
timeout-minutes: 10
5959

6060
- name: Upload test results
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: pytest-results-${{ matrix.os }}
6464
path: test-results/junit.xml
6565
if: ${{ always() }}
6666

6767
- name: Upload test coverage
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
name: pytest-coverage-${{ matrix.os }}
7171
path: htmlcov

.github/workflows/pylint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Upload Pylint results
5252
if: ${{ always() }}
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: .pylint.d
5656
path: ~/.pylint.d

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python-dateutil = "^2.8.2"
1818
urllib3 = "^1.26.19"
1919
aiohttp = "^3.10.2"
2020
pyyaml = "^6.0"
21-
PyJWT = "^2.10.0"
21+
PyJWT = "2.9.0"
2222
cryptography = "^43.0.1"
2323
tenacity = "^8.0.1"
2424
defusedxml = "^0.7.1"

0 commit comments

Comments
 (0)