Skip to content

Commit 9d145f1

Browse files
authored
Merge pull request #16 from joaommartins/renovate/major-github-actions-updates
2 parents eb4da8d + a39c416 commit 9d145f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cargo build --release --locked
6666
6767
- name: Upload release binary
68-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
68+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
6969
with:
7070
name: arbol-binary
7171
path: target/release/arbol
@@ -86,7 +86,7 @@ jobs:
8686
fetch-depth: 0
8787

8888
- name: Download release binary
89-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
89+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
9090
with:
9191
name: arbol-binary
9292
path: target/release

0 commit comments

Comments
 (0)