We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae49e29 + adf33c0 commit 83a5cc7Copy full SHA for 83a5cc7
1 file changed
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
build:
17
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
19
20
steps:
21
- name: Checkout
@@ -46,9 +46,9 @@ jobs:
46
distribution: temurin
47
48
- name: Setup Python
49
- uses: actions/setup-python@v2.2.2
+ uses: actions/setup-python@v4
50
with:
51
- python-version: 3.7.x
+ python-version: 3.7.17
52
53
- name: Install poetry
54
run: |
@@ -89,7 +89,7 @@ jobs:
89
90
- name: Archive JUnit XML Artifacts
91
if: always()
92
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
93
94
# Artifact name
95
name: junit-xml
0 commit comments