@@ -29,12 +29,12 @@ jobs:
2929 mode : profile
3030
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 with :
3434 path : src/flutter
3535 fetch-depth : 0
3636
37- - uses : actions/cache@v3
37+ - uses : actions/cache@v4
3838 with :
3939 path : /tizen_tools/sysroot
4040 key : sysroot
@@ -76,22 +76,22 @@ jobs:
7676 if : ${{ matrix.mode != 'debug' }}
7777 run : ninja -C src/out/build clang_x64/gen_snapshot
7878
79- - uses : actions/upload-artifact@v3
79+ - uses : actions/upload-artifact@v4
8080 with :
8181 name : tizen-${{ matrix.arch }}-${{ matrix.mode }}
8282 path : |
8383 src/out/build/libflutter_engine.so
8484 src/out/build/icudtl.dat
8585 if-no-files-found : error
8686
87- - uses : actions/upload-artifact@v3
87+ - uses : actions/upload-artifact@v4
8888 if : ${{ github.event_name == 'push' }}
8989 with :
9090 name : tizen-${{ matrix.arch }}-${{ matrix.mode }}_symbols
9191 path : src/out/build/so.unstripped/libflutter_engine.so
9292 if-no-files-found : error
9393
94- - uses : actions/upload-artifact@v3
94+ - uses : actions/upload-artifact@v4
9595 if : ${{ matrix.mode != 'debug' }}
9696 with :
9797 name : tizen-${{ matrix.arch }}-${{ matrix.mode }}_linux-x64
@@ -149,7 +149,7 @@ jobs:
149149 --target-dir build
150150 ninja -C .\out\build gen_snapshot
151151
152- - uses : actions/upload-artifact@v3
152+ - uses : actions/upload-artifact@v4
153153 with :
154154 name : tizen-${{ matrix.arch }}-${{ matrix.mode }}_windows-x64
155155 path : C:\workspace\engine\src\out\build\gen_snapshot.exe
@@ -164,12 +164,12 @@ jobs:
164164 mode : [release, profile]
165165
166166 steps :
167- - uses : actions/checkout@v3
167+ - uses : actions/checkout@v4
168168 with :
169169 path : src/flutter
170170 fetch-depth : 0
171171
172- - uses : actions/setup-python@v4
172+ - uses : actions/setup-python@v5
173173 with :
174174 python-version : ' 3.11'
175175
@@ -202,7 +202,7 @@ jobs:
202202 --target-dir build
203203 ninja -C src/out/build clang_x64/gen_snapshot
204204
205- - uses : actions/upload-artifact@v3
205+ - uses : actions/upload-artifact@v4
206206 with :
207207 name : tizen-${{ matrix.arch }}-${{ matrix.mode }}_darwin-x64
208208 path : src/out/build/clang_x64/gen_snapshot
@@ -214,9 +214,9 @@ jobs:
214214 runs-on : ubuntu-latest
215215
216216 steps :
217- - uses : actions/checkout@v3
217+ - uses : actions/checkout@v4
218218
219- - uses : actions/download-artifact@v3
219+ - uses : actions/download-artifact@v4
220220
221221 - name : Create archives
222222 run : |
@@ -229,7 +229,7 @@ jobs:
229229 echo "SHORT_SHA=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_ENV
230230 echo "VERSION=$(echo "${{ github.ref_name }}" | cut -d'-' -f2)" >> $GITHUB_ENV
231231
232- - uses : softprops/action-gh-release@v1
232+ - uses : softprops/action-gh-release@v2
233233 with :
234234 name : ${{ env.VERSION }} (${{ env.SHORT_SHA }})
235235 tag_name : ${{ env.SHORT_SHA }}
0 commit comments