We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de8972 commit 0d0d341Copy full SHA for 0d0d341
.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@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
+ uses: dawidd6/action-download-artifact@07ab29fd4a977ae4d2b275087cf67563dfdf0295 # v9
37
with:
38
workflow: dev-containers.yml
39
workflow_conclusion: success
0 commit comments