We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275a189 commit fba9edcCopy full SHA for fba9edc
.github/workflows/rust.yml
@@ -46,7 +46,7 @@ jobs:
46
targets: ${{ matrix.target }}
47
48
- name: Cache cargo dependencies
49
- uses: actions/cache@v3
+ uses: actions/cache@v4
50
with:
51
path: |
52
~/.cargo/registry
@@ -76,7 +76,7 @@ jobs:
76
copy target\${{ matrix.target }}\release\${{ matrix.artifact_name }} artifacts\${{ matrix.asset_name }}
77
78
- name: Upload artifacts
79
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
80
81
name: delta-${{ matrix.target }}
82
path: artifacts/${{ matrix.asset_name }}
0 commit comments