diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5a8f555..373695e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup toolchain if: runner.os == 'Linux' @@ -63,7 +63,7 @@ jobs: shell: bash - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-artifacts path: |