Skip to content

Commit

Permalink
chore(deps): update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent f3093b1 commit 20cd61e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
needs: wasm-build
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build
path: crates/ruff_fmt/pkg/
Expand All @@ -73,7 +73,7 @@ jobs:
needs: wasm-build
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build
path: crates/ruff_fmt/pkg/
Expand All @@ -89,7 +89,7 @@ jobs:
needs: wasm-build
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: build
path: crates/ruff_fmt/pkg/
Expand Down

0 comments on commit 20cd61e

Please sign in to comment.