Skip to content

Commit fae14da

Browse files
committed
0.14.0
1 parent fae1567 commit fae14da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
zip -r "$staging.zip" "$staging"
8080
# upload zip as an artifact (as a folder called `artifact`)
8181
- name: Upload artifact
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: artifacts
8585
path: i3stat-${{ matrix.target }}.zip
@@ -169,7 +169,7 @@ jobs:
169169
steps:
170170
# downloads artifacts (this downloads the folder called `artifacts` defined in the `build-release` step)
171171
- name: Download artifacts
172-
uses: actions/download-artifact@v3
172+
uses: actions/download-artifact@v4
173173
with:
174174
path: .
175175

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "i3stat"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
edition = "2021"
55
authors = ["acheronfail <acheronfail@gmail.com>"]
66
description = "A lightweight and batteries-included status_command for i3 and sway"

0 commit comments

Comments
 (0)