mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
chore(deps): update actions/upload-artifact digest to 694cdab (#1012)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
649ab42cfc
commit
448c792422
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -109,7 +109,7 @@ jobs:
|
||||
shasum -a 256 $RELEASE_NAME.tar.gz > $RELEASE_NAME.sha256
|
||||
fi
|
||||
- name: Storing binary as artefact
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
|
||||
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4
|
||||
with:
|
||||
name: binary-${{ matrix.job.target}}
|
||||
path: target/${{ matrix.job.target }}/release/rustic-${{ github.ref_name }}-${{ matrix.job.target}}.tar.gz
|
||||
|
||||
Loading…
Reference in New Issue
Block a user