Skip to content

Commit d56ef87

Browse files
build(deps): update actions/upload-artifact digest to 9ee08a3
1 parent 0b059d2 commit d56ef87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
command: build
3030
args: --release --all-features
31-
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
31+
- uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3
3232
with:
3333
name: win_x86_64_binary
3434
path: target/release/teres.exe
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
command: build
5959
args: --release --all-features
60-
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
60+
- uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3
6161
with:
6262
name: linux_x86_64_binary
6363
path: target/release/teres
@@ -208,7 +208,7 @@ jobs:
208208
command: deb
209209
- id: pkg_ver
210210
run: echo "ver=$(cat Cargo.toml | grep -oP '^version = \"\K[\d.\d.\d]+(?=\")')" >> $GITHUB_OUTPUT
211-
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
211+
- uses: actions/upload-artifact@9ee08a3b00e91a926cc9547dc79589c20872452f # v3
212212
with:
213213
name: linux_x86_64_deb
214214
path: target/debian/teres_${{ steps.pkg_ver.outputs.ver }}_amd64.deb

0 commit comments

Comments
 (0)