|
12 | 12 | if: github.repository == 'crystal-lang/crystal' |
13 | 13 | steps: |
14 | 14 | - name: Download Crystal source |
15 | | - uses: actions/checkout@v4 |
| 15 | + uses: actions/checkout@v5 |
16 | 16 | - name: Build Crystal |
17 | 17 | uses: docker://jhass/crystal:1.0.0-alpine-build |
18 | 18 | with: |
|
30 | 30 | if: github.repository == 'crystal-lang/crystal' |
31 | 31 | steps: |
32 | 32 | - name: Download Crystal source |
33 | | - uses: actions/checkout@v4 |
| 33 | + uses: actions/checkout@v5 |
34 | 34 | - name: Download Crystal executable |
35 | | - uses: actions/download-artifact@v4 |
| 35 | + uses: actions/download-artifact@v5 |
36 | 36 | with: |
37 | 37 | name: crystal-aarch64-musl |
38 | 38 | - name: Mark downloaded compiler as executable |
|
47 | 47 | if: github.repository == 'crystal-lang/crystal' |
48 | 48 | steps: |
49 | 49 | - name: Download Crystal source |
50 | | - uses: actions/checkout@v4 |
| 50 | + uses: actions/checkout@v5 |
51 | 51 | - name: Download Crystal executable |
52 | | - uses: actions/download-artifact@v4 |
| 52 | + uses: actions/download-artifact@v5 |
53 | 53 | with: |
54 | 54 | name: crystal-aarch64-musl |
55 | 55 | - name: Mark downloaded compiler as executable |
|
63 | 63 | if: github.repository == 'crystal-lang/crystal' |
64 | 64 | steps: |
65 | 65 | - name: Download Crystal source |
66 | | - uses: actions/checkout@v4 |
| 66 | + uses: actions/checkout@v5 |
67 | 67 | - name: Build Crystal |
68 | 68 | uses: docker://jhass/crystal:1.0.0-build |
69 | 69 | with: |
|
81 | 81 | if: github.repository == 'crystal-lang/crystal' |
82 | 82 | steps: |
83 | 83 | - name: Download Crystal source |
84 | | - uses: actions/checkout@v4 |
| 84 | + uses: actions/checkout@v5 |
85 | 85 | - name: Download Crystal executable |
86 | | - uses: actions/download-artifact@v4 |
| 86 | + uses: actions/download-artifact@v5 |
87 | 87 | with: |
88 | 88 | name: crystal-aarch64-gnu |
89 | 89 | - name: Mark downloaded compiler as executable |
|
98 | 98 | if: github.repository == 'crystal-lang/crystal' |
99 | 99 | steps: |
100 | 100 | - name: Download Crystal source |
101 | | - uses: actions/checkout@v4 |
| 101 | + uses: actions/checkout@v5 |
102 | 102 | - name: Download Crystal executable |
103 | | - uses: actions/download-artifact@v4 |
| 103 | + uses: actions/download-artifact@v5 |
104 | 104 | with: |
105 | 105 | name: crystal-aarch64-gnu |
106 | 106 | - name: Mark downloaded compiler as executable |
|
0 commit comments