Merge pull request #821 from marocchino/dependabot/github_actions/actions/upload-artifact-3

build(deps): Bump actions/upload-artifact from 2 to 3
This commit is contained in:
marocchino 2022-11-16 03:26:02 +09:00 committed by GitHub
commit 0c53bc8d62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
mkdir -p ./pr
echo ${{ github.event.number }} | tee ./pr/number
yarn all |& tee ./pr/all_result
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: ${{ github.event_name == 'pull_request' && (success() || failure()) }}
with:
name: all