We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754a658 commit 2a78744Copy full SHA for 2a78744
.github/workflows/rust.yml
@@ -59,7 +59,7 @@ jobs:
59
run: npm install
60
61
- name: Cache Rust dependencies
62
- uses: actions/cache@v3
+ uses: actions/cache@v4
63
with:
64
path: |
65
~/.cargo/bin/
@@ -117,7 +117,7 @@ jobs:
117
fi
118
119
- name: Upload test logs
120
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
121
if: always()
122
123
name: test-logs
@@ -127,7 +127,7 @@ jobs:
127
./src-tauri/error.log
128
129
- name: Upload test data artifacts
130
131
132
133
name: test-data
0 commit comments