We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd5723 commit 4af1aecCopy full SHA for 4af1aec
.github/workflows/record_pr.yml
@@ -15,7 +15,7 @@ jobs:
15
mkdir -p ./pr
16
echo ${{ github.event.number }} > ./pr/number
17
echo "${{ github.event.pull_request.title }}" > ./pr/title
18
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
19
with:
20
name: pr
21
path: pr/
0 commit comments