@@ -12,13 +12,13 @@ jobs:
1212 if : github.repository == 'crystal-lang/crystal'
1313 steps :
1414 - name : Download Crystal source
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616 - name : Build Crystal
1717 uses : docker://jhass/crystal:1.0.0-alpine-build
1818 with :
1919 args : make crystal
2020 - name : Upload Crystal executable
21- uses : actions/upload-artifact@v4
21+ uses : actions/upload-artifact@v5
2222 with :
2323 name : crystal-aarch64-musl
2424 path : |
3030 if : github.repository == 'crystal-lang/crystal'
3131 steps :
3232 - name : Download Crystal source
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434 - name : Download Crystal executable
35- uses : actions/download-artifact@v4
35+ uses : actions/download-artifact@v6
3636 with :
3737 name : crystal-aarch64-musl
3838 - name : Mark downloaded compiler as executable
4747 if : github.repository == 'crystal-lang/crystal'
4848 steps :
4949 - name : Download Crystal source
50- uses : actions/checkout@v4
50+ uses : actions/checkout@v6
5151 - name : Download Crystal executable
52- uses : actions/download-artifact@v4
52+ uses : actions/download-artifact@v6
5353 with :
5454 name : crystal-aarch64-musl
5555 - name : Mark downloaded compiler as executable
@@ -63,13 +63,13 @@ jobs:
6363 if : github.repository == 'crystal-lang/crystal'
6464 steps :
6565 - name : Download Crystal source
66- uses : actions/checkout@v4
66+ uses : actions/checkout@v6
6767 - name : Build Crystal
6868 uses : docker://jhass/crystal:1.0.0-build
6969 with :
7070 args : make crystal
7171 - name : Upload Crystal executable
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v5
7373 with :
7474 name : crystal-aarch64-gnu
7575 path : |
8181 if : github.repository == 'crystal-lang/crystal'
8282 steps :
8383 - name : Download Crystal source
84- uses : actions/checkout@v4
84+ uses : actions/checkout@v6
8585 - name : Download Crystal executable
86- uses : actions/download-artifact@v4
86+ uses : actions/download-artifact@v6
8787 with :
8888 name : crystal-aarch64-gnu
8989 - name : Mark downloaded compiler as executable
9898 if : github.repository == 'crystal-lang/crystal'
9999 steps :
100100 - name : Download Crystal source
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v6
102102 - name : Download Crystal executable
103- uses : actions/download-artifact@v4
103+ uses : actions/download-artifact@v6
104104 with :
105105 name : crystal-aarch64-gnu
106106 - name : Mark downloaded compiler as executable
0 commit comments