From e0067462678b15e5fd383d08facbd4d23b268488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:06:08 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3.1.3 to 4.3.6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/a8a3f3ad30e3422c9c7b888a15615d19a852ae32...834a144ee995460fba8ed112a2fc961b36a5ec5a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flutter_vm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter_vm.yaml b/.github/workflows/flutter_vm.yaml index e733ab32f6..3cc8b33371 100644 --- a/.github/workflows/flutter_vm.yaml +++ b/.github/workflows/flutter_vm.yaml @@ -96,7 +96,7 @@ jobs: - name: Archive golden failures if: "always() && inputs.has-goldens && steps.testJob.conclusion == 'failure'" - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # 3.1.3 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # 4.3.6 with: name: golden-failures-${{ matrix.channel }}-${{ matrix.flutter-version }} path: ${{ inputs.working-directory }}/test/ui/failures/