Skip to content

Commit

Permalink
Update download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn authored Oct 8, 2024
1 parent 163b644 commit 740691b
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 @@ -213,7 +213,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 @@ -285,7 +285,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 740691b

Please sign in to comment.