File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7777 working-directory : code
7878 - name : Upload code coverage to GitHub
7979 if : matrix.category != 'static'
80- uses : actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
80+ uses : actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
8181 with :
8282 name : code-coverage
8383 path : code/coverage/lcov.${{ matrix.category }}.info
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188 # apk/aab
189189 - name : Upload the artifacts — ${{ matrix.file }}-mapping.txt file
190190 if : matrix.file == 'apk' || matrix.file == 'aab'
191- uses : actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
191+ uses : actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
192192 with :
193193 name : ${{ matrix.file }}-mapping.txt
194194 path : ${{ matrix.file }}-mapping.txt
@@ -217,7 +217,7 @@ jobs:
217217 run : zip --recurse-paths ${{ github.workspace }}/code/flutter-${{ matrix.file }}-symbols.zip .
218218 working-directory : code/${{ env.FLUTTER_DEBUG_INFO_PATH }}
219219 - name : Upload the artifacts — flutter-${{ matrix.file }}-symbols.zip file
220- uses : actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
220+ uses : actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
221221 with :
222222 name : flutter-${{ matrix.file }}-symbols.zip
223223 path : code/flutter-${{ matrix.file }}-symbols.zip
@@ -231,7 +231,7 @@ jobs:
231231 env :
232232 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
233233 - name : Upload the artifacts — ${{ matrix.file }} file
234- uses : actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
234+ uses : actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
235235 with :
236236 name : app.${{ matrix.file }}
237237 path : app.${{ matrix.file }}
You can’t perform that action at this time.
0 commit comments