We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427a986 commit 12d938fCopy full SHA for 12d938f
.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