diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 64a4dbcd..6972077c 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -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 @@ -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 @@ -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: |