Skip to content

Commit 3b59752

Browse files
committed
Resolves actions/upload-artifact versions
1 parent b0304b7 commit 3b59752

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
working-directory: code
7878
- name: Upload code coverage to GitHub
7979
if: matrix.category != 'static'
80-
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
80+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
8181
with:
8282
name: code-coverage
8383
path: code/coverage/lcov.${{ matrix.category }}.info

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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@27121b0bdffd731efa15d66772be8dc71245d074
191+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
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@27121b0bdffd731efa15d66772be8dc71245d074
220+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
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@27121b0bdffd731efa15d66772be8dc71245d074
234+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
235235
with:
236236
name: app.${{ matrix.file }}
237237
path: app.${{ matrix.file }}

0 commit comments

Comments
 (0)