Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jerad/ch348806-recission-zero' i…
Browse files Browse the repository at this point in the history
…nto jerad/ch348806-recission-zero
  • Loading branch information
jeradhoy committed Dec 17, 2024
2 parents 13de469 + 5684669 commit 12c1211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
args: '--ignore-config --ignore-tests'

- name: Archive Code Coverage Results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: cobertura.xml
Expand All @@ -55,7 +55,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/release' }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get Release Version
run: |
Expand Down

0 comments on commit 12c1211

Please sign in to comment.