We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8618bb1 commit d1a06a0Copy full SHA for d1a06a0
.github/workflows/test_suma.yaml
@@ -27,4 +27,15 @@ jobs:
27
uses: actions/upload-artifact@v4
28
with:
29
name: test-suma
30
- path: mi_test.txt
+ path: mi_test.txt
31
+
32
+ job-download-artifact:
33
+ runs-on: ubuntu-latest
34
+ steps:
35
+ - name: descarga artifact
36
+ uses: actions/download-artifact@v4
37
+ with:
38
+ name: test-suma
39
40
+ - name: muestra el contenido del artifact
41
+ run: cat mi_test.txt
0 commit comments