Skip to content

Commit

Permalink
Update pc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingzhang authored Nov 18, 2024
1 parent 6b244b1 commit 9b4434b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
sudo make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" && \
sudo $HOST-strip src/aria2c.exe
- name: Upload Asset
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: aria2c-windows-x86_64.exe
path: src/aria2c.exe
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
make -j"$(nproc 2> /dev/null || sysctl -n hw.ncpu)" && \
strip src/aria2c
- name: Upload Asset
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: aria2c-${{ matrix.os }}-${{ matrix.compiler }}
path: src/aria2c

0 comments on commit 9b4434b

Please sign in to comment.