We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69efa6a commit d1d9498Copy full SHA for d1d9498
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
67
# Cache files between builds
68
- name: Setup | Cache Cargo
69
- uses: actions/cache@v3.2.3
+ uses: actions/cache@v4
70
with:
71
path: |
72
~/.cargo/registry
@@ -106,7 +106,7 @@ jobs:
106
cd -
107
108
- name: Deploy | Upload artifacts
109
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
110
111
name: ${{ matrix.name }}
112
path: ${{ matrix.name }}
@@ -167,7 +167,7 @@ jobs:
167
go-version: "1.16"
168
169
- name: Setup | Artifacts
170
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
171
172
- name: Setup | Checksums
173
run: for file in oura-*/oura-*; do openssl dgst -sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done
0 commit comments