Skip to content

Commit

Permalink
Merge pull request #18 from datastax/gha-workflow-patch-1
Browse files Browse the repository at this point in the history
Update ci.yaml with new action version
  • Loading branch information
MikeYaacoubStax authored Jan 23, 2025
2 parents ae49e29 + adf33c0 commit 83a5cc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down Expand Up @@ -46,9 +46,9 @@ jobs:
distribution: temurin

- name: Setup Python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v4
with:
python-version: 3.7.x
python-version: 3.7.17

- name: Install poetry
run: |
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Archive JUnit XML Artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
# Artifact name
name: junit-xml
Expand Down

0 comments on commit 83a5cc7

Please sign in to comment.