Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent d7806f5 commit e6d50ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
cargo +1.72 doc --target ${{ matrix.target }} --profile ci --no-deps
if: matrix.target != 'wasm32-unknown-unknown'

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
# always run
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit e6d50ff

Please sign in to comment.