Browse Source

DEVOPS-1409 REFACTOR: download-artifacts to use node16 (#185)

pull/186/head
Alex Urbina 2 years ago committed by GitHub
parent
commit
67ab95d7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      download-artifacts/action.yml

2
download-artifacts/action.yml

@ -52,5 +52,5 @@ inputs: @@ -52,5 +52,5 @@ inputs:
description: Check workflow run whether it has an artifact
required: false
runs:
using: node12
using: node16
main: main.js

Loading…
Cancel
Save