Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 2 to 3 (#1103)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and heitorlessa committed Apr 12, 2022
1 parent 8bd5723 commit 4af1aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/record_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/number
echo "${{ github.event.pull_request.title }}" > ./pr/title
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: pr
path: pr/

0 comments on commit 4af1aec

Please sign in to comment.