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 032eef1 commit 6d12ad9Copy full SHA for 6d12ad9
.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@4c1e823582f43b179e2cbb49c3eade4e41f992e2 # v10
+ uses: dawidd6/action-download-artifact@ac66b43f0e6a346234dd65d4d0c8fbb31cb316e5 # v11
37
with:
38
workflow: dev-containers.yml
39
workflow_conclusion: success
0 commit comments