mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-15 04:46:22 +00:00
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:
commit
0c53bc8d62
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
mkdir -p ./pr
|
mkdir -p ./pr
|
||||||
echo ${{ github.event.number }} | tee ./pr/number
|
echo ${{ github.event.number }} | tee ./pr/number
|
||||||
yarn all |& tee ./pr/all_result
|
yarn all |& tee ./pr/all_result
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
if: ${{ github.event_name == 'pull_request' && (success() || failure()) }}
|
if: ${{ github.event_name == 'pull_request' && (success() || failure()) }}
|
||||||
with:
|
with:
|
||||||
name: all
|
name: all
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue