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 4908e9f commit 280eaecCopy full SHA for 280eaec
.github/workflows/approval-comment.yaml
@@ -19,7 +19,7 @@ jobs:
19
mkdir -p /tmp/artifacts
20
{ echo "$REVIEW_BODY"; echo "$PULL_REQUEST_NUMBER"; echo "$COMMIT_ID"; } >> /tmp/artifacts/metadata.txt
21
cat /tmp/artifacts/metadata.txt
22
- - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
23
with:
24
name: artifacts
25
path: /tmp/artifacts
0 commit comments