Skip to content

Commit

Permalink
update workflows to use upload/download artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Dec 12, 2024
1 parent 84f48db commit 7ff9b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ jobs:
- run: pkg --compress Brotli .

- name: Upload powfaucet.js artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./bundle/powfaucet.cjs
name: powfaucet.js
- name: Upload linux binary artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./bin/pow-faucet-server-linux
name: powfaucet-server-linux
- name: Upload windows binary artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./bin/pow-faucet-server-win.exe
name: powfaucet-server-win.exe

5 comments on commit 7ff9b59

@mojian01
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x014aa693be7837a3c0faf8cc9885ab28fa49a52b

@mojian01
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x014aa693be7837a3c0faf8cc9885ab28fa49a52b

@mojian01
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x014aa693be7837a3c0faf8cc9885ab28fa49a52b

@mojian01
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x014aa693be7837a3c0faf8cc9885ab28fa49a52b

@Yaoma777
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x820B93b1eBcEA76948f5A0736A2E9eC874937946

Please sign in to comment.