Skip to content

Commit 4af1aec

Browse files
dependabot[bot]heitorlessa
authored andcommitted
chore(deps): bump actions/upload-artifact from 2 to 3 (#1103)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8bd5723 commit 4af1aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/record_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
mkdir -p ./pr
1616
echo ${{ github.event.number }} > ./pr/number
1717
echo "${{ github.event.pull_request.title }}" > ./pr/title
18-
- uses: actions/upload-artifact@v2
18+
- uses: actions/upload-artifact@v3
1919
with:
2020
name: pr
2121
path: pr/

0 commit comments

Comments
 (0)