Skip to content

Commit

Permalink
build(deps): update actions/upload-artifact digest to a8a3f3a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent 0b059d2 commit 0e9a9cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
command: build
args: --release --all-features
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: win_x86_64_binary
path: target/release/teres.exe
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
with:
command: build
args: --release --all-features
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: linux_x86_64_binary
path: target/release/teres
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
command: deb
- id: pkg_ver
run: echo "ver=$(cat Cargo.toml | grep -oP '^version = \"\K[\d.\d.\d]+(?=\")')" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: linux_x86_64_deb
path: target/debian/teres_${{ steps.pkg_ver.outputs.ver }}_amd64.deb

0 comments on commit 0e9a9cb

Please sign in to comment.