mirror of
https://github.com/actions/download-artifact.git
synced 2025-12-17 06:59:49 +00:00
Merge eb1cfa0ac2f45698e942bb737e53fc9395ae3633 into f093f21ca4cfa7c75ccbbc2be54da76a0c7e1f05
This commit is contained in:
commit
17a0cbd033
@ -41,3 +41,12 @@ outputs:
|
|||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: my-artifact
|
||||||
|
|
||||||
|
- name: Display structure of downloaded files
|
||||||
|
run: ls -R
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user