diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bb0b6d..ba0933c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: - name: Cargo doc run: cargo doc --no-deps - name: Upload docs - uses: actions/upload-artifact@v4.6.1 + uses: actions/upload-artifact@v4.6.2 with: name: Docs path: target/doc/**/* @@ -190,7 +190,7 @@ jobs: # - name: Cargo build # run: cargo build --verbose ${{ matrix.configuration == 'release' && '--release' || '' }} # - name: Upload binary - # uses: actions/upload-artifact@v4.6.1 + # uses: actions/upload-artifact@v4.6.2 # with: # name: smve-${{ matrix.os }}-${{ matrix.configuration }} # path: target/${{ matrix.configuration }}/smve${{ matrix.os == 'windows' && '.exe' || '' }}