We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ae9d8 commit 1da368bCopy full SHA for 1da368b
.github/workflows/publish-dev-containers.yml
@@ -33,7 +33,7 @@ jobs:
33
echo "TGZ=devcontainers-cli-${VERSION}.tgz" | tee -a $GITHUB_ENV
34
echo "TGZ_UPLOAD=devcontainers-cli-${VERSION}-${GITHUB_SHA:0:8}.tgz" | tee -a $GITHUB_ENV
35
- name: Download TGZ
36
- uses: dawidd6/action-download-artifact@6f8f427fb41886a66b82ea11a5a15d1454c79415
+ uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe
37
with:
38
workflow: dev-containers.yml
39
workflow_conclusion: success
0 commit comments