Skip to content

Commit fba9edc

Browse files
Update: Upgrade actions/cache and actions/upload-artifact to version 4 in GitHub Actions workflow
1 parent 275a189 commit fba9edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
targets: ${{ matrix.target }}
4747

4848
- name: Cache cargo dependencies
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
with:
5151
path: |
5252
~/.cargo/registry
@@ -76,7 +76,7 @@ jobs:
7676
copy target\${{ matrix.target }}\release\${{ matrix.artifact_name }} artifacts\${{ matrix.asset_name }}
7777
7878
- name: Upload artifacts
79-
uses: actions/upload-artifact@v3
79+
uses: actions/upload-artifact@v4
8080
with:
8181
name: delta-${{ matrix.target }}
8282
path: artifacts/${{ matrix.asset_name }}

0 commit comments

Comments
 (0)