From 8c2d2bdff441f5eea885371cff81e73c97f490a8 Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Wed, 8 Jan 2025 11:44:43 +1000 Subject: [PATCH] updating upload-artifact to v4 (#472) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c1663bb..240ac9ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -208,7 +208,7 @@ jobs: - run: cargo ${{ matrix.rust_version == 'nightly' && '+nightly' || '' }} doc --all --exclude fido-key-manager --no-deps --document-private-items env: RUSTDOCFLAGS: ${{ matrix.rust_version == 'nightly' && '--cfg docsrs' || '' }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: docs-${{ matrix.rust_version }} path: | @@ -224,7 +224,7 @@ jobs: - run: cargo ${{ matrix.rust_version == 'nightly' && '+nightly' || '' }} doc --all --no-deps --document-private-items --all-features env: RUSTDOCFLAGS: ${{ matrix.rust_version == 'nightly' && '--cfg docsrs' || '' }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: docs-${{ matrix.rust_version }}-all_features path: |