We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bb32e commit 118a640Copy full SHA for 118a640
.github/workflows/build-pr.yml
@@ -26,7 +26,7 @@ jobs:
26
pr_sha: ${{ steps.pr_info.outputs.pr_sha }}
27
steps:
28
- name: 'Download artifact'
29
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
30
with:
31
run-id: ${{ github.event.workflow_run.id }}
32
github-token: ${{ github.token }}
.github/workflows/trigger-pr-build.yml
@@ -22,7 +22,7 @@ jobs:
22
echo ${{ github.event.pull_request.number }} > ./pr_info/PR_NUMBER
23
echo ${{ github.event.pull_request.head.sha }} > ./pr_info/PR_SHA
24
25
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
name: pr_info
path: pr_info/
0 commit comments