Skip to content

Commit

Permalink
upgrade actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
denismakogon committed Jun 14, 2024
1 parent 8c7799c commit 00822d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,13 @@ jobs:
mkdir src/main/resources
- name: libjudy-linux
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: libjudy-linux
path: build/src/main/resources/lib

- name: libjudy-macos
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: libjudy-macos
path: build/src/main/resources/lib
Expand Down

0 comments on commit 00822d8

Please sign in to comment.