Skip to content

Commit 37e12f9

Browse files
hubcionuminnex
andauthored
Update release.yml (#1051)
This commit fixes problems with download-artifact action by pinning presumably working version of it. --------- Co-authored-by: numinex <[email protected]>
1 parent 52ac78c commit 37e12f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
- tag
190190
steps:
191191
- name: Download digests
192-
uses: actions/download-artifact@v4
192+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
193193
with:
194194
pattern: 'digests-*'
195195
merge-multiple: true

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "server"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
edition = "2021"
55
build = "src/build.rs"
66

0 commit comments

Comments
 (0)