@@ -14,13 +14,13 @@ jobs:
1414 if : github.repository == 'crystal-lang/crystal'
1515 steps :
1616 - name : Download Crystal source
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Build Crystal
1919 uses : docker://crystallang/crystal:1.13.2-alpine-84codes-build
2020 with :
2121 args : make crystal
2222 - name : Upload Crystal executable
23- uses : actions/upload-artifact@v4
23+ uses : actions/upload-artifact@v5
2424 with :
2525 name : crystal-aarch64-musl
2626 path : |
3232 if : github.repository == 'crystal-lang/crystal'
3333 steps :
3434 - name : Download Crystal source
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 - name : Download Crystal executable
37- uses : actions/download-artifact@v4
37+ uses : actions/download-artifact@v6
3838 with :
3939 name : crystal-aarch64-musl
4040 - name : Mark downloaded compiler as executable
4949 if : github.repository == 'crystal-lang/crystal'
5050 steps :
5151 - name : Download Crystal source
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 - name : Download Crystal executable
54- uses : actions/download-artifact@v4
54+ uses : actions/download-artifact@v6
5555 with :
5656 name : crystal-aarch64-musl
5757 - name : Mark downloaded compiler as executable
@@ -65,13 +65,13 @@ jobs:
6565 if : github.repository == 'crystal-lang/crystal'
6666 steps :
6767 - name : Download Crystal source
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 - name : Build Crystal
7070 uses : docker://crystallang/crystal:1.13.2-ubuntu-84codes-build
7171 with :
7272 args : make crystal
7373 - name : Upload Crystal executable
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 with :
7676 name : crystal-aarch64-gnu
7777 path : |
8383 if : github.repository == 'crystal-lang/crystal'
8484 steps :
8585 - name : Download Crystal source
86- uses : actions/checkout@v4
86+ uses : actions/checkout@v5
8787 - name : Download Crystal executable
88- uses : actions/download-artifact@v4
88+ uses : actions/download-artifact@v6
8989 with :
9090 name : crystal-aarch64-gnu
9191 - name : Mark downloaded compiler as executable
@@ -100,9 +100,9 @@ jobs:
100100 if : github.repository == 'crystal-lang/crystal'
101101 steps :
102102 - name : Download Crystal source
103- uses : actions/checkout@v4
103+ uses : actions/checkout@v5
104104 - name : Download Crystal executable
105- uses : actions/download-artifact@v4
105+ uses : actions/download-artifact@v6
106106 with :
107107 name : crystal-aarch64-gnu
108108 - name : Mark downloaded compiler as executable
0 commit comments