Skip to content

Commit e610077

Browse files
committed
upgrade download-artifact version.
1 parent 867697e commit e610077

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
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Download build artifacts
1616
id: download
17-
uses: actions/download-artifact@v2
17+
uses: actions/download-artifact@v4
1818
with:
1919
path: ./artifacts
2020

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diskuto-api"
3-
version = "1.0.0-rc1"
3+
version = "1.0.0-rc2"
44
authors = ["Cody Casterline <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)