Skip to content

Commit

Permalink
Update download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn committed Oct 8, 2024
1 parent d7878bf commit 3da66a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
python-version: 3.8

- name: fetch static binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
run: git submodule update --init --recursive

- name: fetch static binary
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit 3da66a9

Please sign in to comment.