Skip to content

Commit 83e0c17

Browse files
authoredApr 7, 2025··
chore: update tests actions
1 parent 72c3cce commit 83e0c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Set up Python ${{ matrix.python-version }}
2323
uses: actions/setup-python@v3
2424
with:
@@ -34,7 +34,7 @@ jobs:
3434
TOXENV: ${{ matrix.toxenv }}
3535
- name: Upload coverage.xml
3636
if: ${{ matrix.sql-alchemy == '1.4' && matrix.python-version == '3.10' }}
37-
uses: actions/upload-artifact@v3
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: graphene-sqlalchemy-coverage
4040
path: coverage.xml

0 commit comments

Comments
 (0)
Please sign in to comment.