Skip to content

Commit

Permalink
update actions/download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 1, 2024
1 parent e34dc35 commit 99bdfdb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,12 @@ jobs:
- build-and-release-windows
- build-and-release-macos
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
merge-multiple: true
path: ./renamer-release

merge-multiple: true
- name: Install dependencies
run: sudo apt-get install tree -y

- name: Upload Release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 99bdfdb

Please sign in to comment.