4848 timeout-minutes : 20
4949
5050 - name : Upload artifacts
51- uses : actions/upload-artifact@v2
51+ uses : actions/upload-artifact@v4
5252 with :
5353 name : ${{ matrix.smalltalk }}
5454 path : |
5757 tmp/*.changes
5858
5959 - name : Export global environment
60- uses : actions/upload-artifact@v2
60+ uses : actions/upload-artifact@v4
6161 with :
6262 name : ${{ matrix.smalltalk }}-env
6363 path : tmp/global-env
@@ -85,13 +85,13 @@ jobs:
8585 - uses : actions/checkout@v2
8686
8787 - name : Import global environment
88- uses : actions/download-artifact@v2
88+ uses : actions/download-artifact@v4
8989 with :
9090 name : ${{ matrix.smalltalk }}-env
9191 path : tmp
9292
9393 - name : Download artifacts
94- uses : actions/download-artifact@v2
94+ uses : actions/download-artifact@v4
9595 with :
9696 name : ${{ matrix.smalltalk }}
9797 path : tmp
@@ -110,7 +110,7 @@ jobs:
110110 timeout-minutes : 20
111111
112112 - name : Upload test results
113- uses : actions/upload-artifact@v2
113+ uses : actions/upload-artifact@v4
114114 with :
115115 name : ${{ matrix.smalltalk }}-tests
116116 path : tmp/*.xml # smalltalkCI test results
@@ -142,7 +142,7 @@ jobs:
142142 - uses : actions/checkout@v2
143143
144144 - name : Import global environment
145- uses : actions/download-artifact@v2
145+ uses : actions/download-artifact@v4
146146 with :
147147 name : ${{ matrix.smalltalk }}-env
148148 path : tmp
@@ -163,7 +163,7 @@ jobs:
163163 NOTARIZATION_PASSWORD : ${{ secrets.NOTARIZATION_PASSWORD }}
164164
165165 - name : Upload artifacts
166- uses : actions/upload-artifact@v2
166+ uses : actions/upload-artifact@v4
167167 with :
168168 name : ${{ matrix.smalltalk }}-bundles
169169 path : product/*
0 commit comments