Skip to content

Commit d1d9498

Browse files
committed
fix: updated github workflow actions
1 parent 69efa6a commit d1d9498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
# Cache files between builds
6868
- name: Setup | Cache Cargo
69-
uses: actions/cache@v3.2.3
69+
uses: actions/cache@v4
7070
with:
7171
path: |
7272
~/.cargo/registry
@@ -106,7 +106,7 @@ jobs:
106106
cd -
107107
108108
- name: Deploy | Upload artifacts
109-
uses: actions/upload-artifact@v3
109+
uses: actions/upload-artifact@v4
110110
with:
111111
name: ${{ matrix.name }}
112112
path: ${{ matrix.name }}
@@ -167,7 +167,7 @@ jobs:
167167
go-version: "1.16"
168168

169169
- name: Setup | Artifacts
170-
uses: actions/download-artifact@v3
170+
uses: actions/download-artifact@v4
171171

172172
- name: Setup | Checksums
173173
run: for file in oura-*/oura-*; do openssl dgst -sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done

0 commit comments

Comments
 (0)