Skip to content

Commit

Permalink
Merge pull request #76 from FigureTechnologies/migrate-shared-actions-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahatzz11 authored Sep 10, 2024
2 parents b9d2fc0 + f68e2c3 commit 0baf0ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yaml
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/main' }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get Release Version
run: |
Expand Down

0 comments on commit 0baf0ae

Please sign in to comment.