Skip to content

Commit 1bd1e4f

Browse files
committed
add action+1
1 parent b562384 commit 1bd1e4f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: dtolnay/rust-toolchain@stable
2323

2424
- name: Cache cargo registry
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
with:
2727
path: |
2828
~/.cargo/registry
@@ -66,7 +66,7 @@ jobs:
6666
targets: ${{ matrix.target }}
6767

6868
- name: Cache cargo registry
69-
uses: actions/cache@v3
69+
uses: actions/cache@v4
7070
with:
7171
path: |
7272
~/.cargo/registry

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
targets: ${{ matrix.target }}
4040

4141
- name: Cache cargo registry
42-
uses: actions/cache@v3
42+
uses: actions/cache@v4
4343
with:
4444
path: |
4545
~/.cargo/registry
@@ -72,7 +72,7 @@ jobs:
7272
copy target\${{ matrix.target }}\release\rbdc-mcp.exe artifacts\${{ matrix.name }}
7373
7474
- name: Upload artifact
75-
uses: actions/upload-artifact@v3
75+
uses: actions/upload-artifact@v4
7676
with:
7777
name: ${{ matrix.name }}
7878
path: artifacts/${{ matrix.name }}
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/checkout@v4
8989

9090
- name: Download all artifacts
91-
uses: actions/download-artifact@v3
91+
uses: actions/download-artifact@v4
9292
with:
9393
path: artifacts
9494

0 commit comments

Comments
 (0)