We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3363105 commit da5336bCopy full SHA for da5336b
.github/workflows/compare-ds.yaml
@@ -74,9 +74,10 @@ jobs:
74
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
75
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
76
with:
77
+ github-token: ${{ secrets.GITHUB_TOKEN }}
78
+ run-id: ${{ github.event.workflow_run.id }}
79
name: pr-artifacts-${{ github.event.workflow_run.head_sha }}
80
path: pr_artifacts
- run-id: ${{ github.event.workflow_run.id }}
81
- name: Unpack built artifacts
82
83
run: tar -xvzf pr_artifacts/artifacts.tar.gz -C pr_artifacts/unpacked_artifacts
0 commit comments