Skip to content

Commit 839b86b

Browse files
JulianRelequestual
authored andcommitted
Install a specific Python version rather than relying on PATH.
And bump the upload-artifact version to the latest.
1 parent 5a8ac4b commit 839b86b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ jobs:
66
runs-on: ubuntu-22.04
77
steps:
88
- uses: actions/checkout@v3
9+
- uses: actions/setup-python@v4
10+
with:
11+
python-version: "3.10"
912
- run: pip install --requirement requirements.txt
1013
- run: xml2rfc --version
1114
- run: make all
12-
- uses: actions/upload-artifact@v2
15+
- uses: actions/upload-artifact@v3
1316
with:
1417
path: |
1518
*.html

0 commit comments

Comments
 (0)