Skip to content

Commit 2a78744

Browse files
committed
workflow
1 parent 754a658 commit 2a78744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: npm install
6060

6161
- name: Cache Rust dependencies
62-
uses: actions/cache@v3
62+
uses: actions/cache@v4
6363
with:
6464
path: |
6565
~/.cargo/bin/
@@ -117,7 +117,7 @@ jobs:
117117
fi
118118
119119
- name: Upload test logs
120-
uses: actions/upload-artifact@v3
120+
uses: actions/upload-artifact@v4
121121
if: always()
122122
with:
123123
name: test-logs
@@ -127,7 +127,7 @@ jobs:
127127
./src-tauri/error.log
128128
129129
- name: Upload test data artifacts
130-
uses: actions/upload-artifact@v3
130+
uses: actions/upload-artifact@v4
131131
if: always()
132132
with:
133133
name: test-data

0 commit comments

Comments
 (0)