Use latest actions/artifact NPM package + misc updates

This commit is contained in:
Konrad Pabjan 2023-01-04 19:41:11 +00:00
parent 9782bd6a98
commit 8df9014c0c
9 changed files with 33 additions and 45 deletions

View file

@ -0,0 +1,6 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "@actions/download-artifact",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18"
}