Skip to content

Commit

Permalink
updating upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman committed Jan 8, 2025
1 parent 6f4688d commit 0a6a28b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 0a6a28b

Please sign in to comment.