3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737
3838 - name : Install Rust toolchain
3939 uses : actions-rs/toolchain@v1
4444 target : ${{ matrix.target }}
4545
4646 - name : Cache dependencies
47- uses : actions/cache@v3
47+ uses : actions/cache@v4
4848 with :
4949 path : |
5050 ~/.cargo/registry
@@ -112,7 +112,7 @@ jobs:
112112 cargo test --all-features
113113
114114 - name : Upload artifacts
115- uses : actions/upload-artifact@v3
115+ uses : actions/upload-artifact@v4
116116 with :
117117 name : opensvm-dioxus-${{ matrix.os }}-${{ matrix.platform }}
118118 path : |
@@ -125,10 +125,10 @@ jobs:
125125 runs-on : ubuntu-latest
126126 steps :
127127 - name : Checkout repository
128- uses : actions/checkout@v3
128+ uses : actions/checkout@v4
129129
130130 - name : Download all artifacts
131- uses : actions/download-artifact@v3
131+ uses : actions/download-artifact@v4
132132 with :
133133 path : artifacts
134134
@@ -176,15 +176,15 @@ jobs:
176176 runs-on : macos-latest
177177 steps :
178178 - name : Checkout repository
179- uses : actions/checkout@v3
179+ uses : actions/checkout@v4
180180
181181 - name : Set up Git
182182 run : |
183183 git config --global user.name "GitHub Actions"
184184 git config --global user.email "[email protected] " 185185
186186 - name : Download macOS artifact
187- uses : actions/download-artifact@v3
187+ uses : actions/download-artifact@v4
188188 with :
189189 name : opensvm-dioxus-macos-latest-desktop
190190 path : macos-artifact
@@ -236,10 +236,10 @@ jobs:
236236 if : github.event_name == 'push'
237237 steps :
238238 - name : Checkout repository
239- uses : actions/checkout@v3
239+ uses : actions/checkout@v4
240240
241241 - name : Set up JDK
242- uses : actions/setup-java@v3
242+ uses : actions/setup-java@v4
243243 with :
244244 distribution : ' temurin'
245245 java-version : ' 17'
@@ -262,7 +262,7 @@ jobs:
262262 args : dioxus-cli --force
263263
264264 - name : Cache dependencies
265- uses : actions/cache@v3
265+ uses : actions/cache@v4
266266 with :
267267 path : |
268268 ~/.cargo/registry
@@ -283,7 +283,7 @@ jobs:
283283 $ANDROID_HOME/build-tools/33.0.0/apksigner sign --ks debug.keystore --ks-pass pass:android --key-pass pass:android --out opensvm-dioxus.apk app-release-aligned.apk
284284
285285 - name : Upload Android artifact
286- uses : actions/upload-artifact@v3
286+ uses : actions/upload-artifact@v4
287287 with :
288288 name : opensvm-dioxus-android
289289 path : opensvm-dioxus/dist/android/opensvm-dioxus.apk
0 commit comments