Skip to content

Commit

Permalink
Merge pull request #821 from marocchino/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-3

build(deps): Bump actions/upload-artifact from 2 to 3
  • Loading branch information
marocchino authored Nov 15, 2022
2 parents a72345f + 602a58a commit 0c53bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c53bc8

Please sign in to comment.