Skip to content

Commit

Permalink
Merge pull request #34 from shiguredo/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-3.x

Update actions/upload-artifact action to v3
  • Loading branch information
voluntas committed Apr 20, 2023
2 parents 8876cd3 + fb09121 commit 80774ae
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 @@ -36,11 +36,11 @@ jobs:
SLACK_COLOR: danger
SLACK_TITLE: Failure test
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: wasm.wasm
path: dist/wasm.wasm
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: wasm.wasm.br
path: dist/wasm.wasm.br

0 comments on commit 80774ae

Please sign in to comment.