Skip to content

Commit acec97d

Browse files
Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#38)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ee69f02...27121b0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 137b9bc commit acec97d

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@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
80+
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
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@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 }}

0 commit comments

Comments
 (0)