Skip to content

Commit

Permalink
Bump webpack-dev-server from 5.0.4 to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inthar-raven committed Sep 9, 2024
1 parent 56bbc56 commit 21887f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 619 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
TARGET: ${{ matrix.TARGET }}
OS: ${{ matrix.OS }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cargo cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand All @@ -72,7 +72,7 @@ jobs:
- name: List target
run: find ./target
- name: Archive artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: result
path: |
Expand Down
Loading

0 comments on commit 21887f2

Please sign in to comment.