We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277cfb4 commit 6891a67Copy full SHA for 6891a67
.github/workflows/pythonapp.yml
@@ -17,7 +17,7 @@ jobs:
17
name: Python sdist/wheel
18
steps:
19
- uses: actions/checkout@v3
20
- - uses: actions/setup-python@v3
+ - uses: actions/setup-python@v4
21
with:
22
python-version: "3.10"
23
- name: Install dependencies
@@ -50,7 +50,7 @@ jobs:
50
51
52
- name: Set up Python ${{ matrix.python-version }}
53
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
54
55
python-version: ${{ matrix.python-version }}
56
@@ -72,7 +72,7 @@ jobs:
72
runs-on: ubuntu-latest
73
needs: [dist]
74
75
76
77
78
- uses: actions/download-artifact@v3
0 commit comments