Skip to content

Commit

Permalink
update actions; and cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Sep 4, 2024
1 parent ededd47 commit f3cd574
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 70 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:

steps:
- name: Get linux release
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ecoz2rs-linux.zip

- name: Get macos release
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ecoz2rs-macos.zip

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-09

- update actions; and `cargo update`

2024-07

- maintenance (dependabot fix; clippy fixes; simplified ci workflow)
Expand Down
Loading

0 comments on commit f3cd574

Please sign in to comment.