We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 606ecf4 + 12d938f commit 9a4a2f2Copy full SHA for 9a4a2f2
.github/workflows/calculate_checksum.yml
@@ -19,7 +19,7 @@ jobs:
19
echo "VERSION=${TAG#offscreen-}" >> $GITHUB_ENV
20
21
- name: Download tarball artifact
22
- uses: actions/download-artifact@v11
+ uses: dawidd6/action-download-artifact@v11
23
with:
24
name: offscreen-${{ env.VERSION }}.tar.gz
25
run-id: ${{ github.event.workflow_run.id }}
0 commit comments