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 e47ebf9 commit ac2d5b7Copy full SHA for ac2d5b7
.github/workflows/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: Store TGZ
36
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
37
with:
38
name: ${{ env.TGZ_UPLOAD }}
39
path: ${{ env.TGZ }}
0 commit comments