Skip to content

Commit 83a5cc7

Browse files
Merge pull request #18 from datastax/gha-workflow-patch-1
Update ci.yaml with new action version
2 parents ae49e29 + adf33c0 commit 83a5cc7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
build:
1717

18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919

2020
steps:
2121
- name: Checkout
@@ -46,9 +46,9 @@ jobs:
4646
distribution: temurin
4747

4848
- name: Setup Python
49-
uses: actions/setup-python@v2.2.2
49+
uses: actions/setup-python@v4
5050
with:
51-
python-version: 3.7.x
51+
python-version: 3.7.17
5252

5353
- name: Install poetry
5454
run: |
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Archive JUnit XML Artifacts
9191
if: always()
92-
uses: actions/upload-artifact@v2
92+
uses: actions/upload-artifact@v4
9393
with:
9494
# Artifact name
9595
name: junit-xml

0 commit comments

Comments
 (0)