mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-16 21:55:06 +00:00
Merge eb1cfa0ac2f45698e942bb737e53fc9395ae3633 into de96f4613b77ec03b5cf633e7c350c32bd3c5660
This commit is contained in:
commit
edcc5cda7a
@ -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