Skip to content

Commit f649a83

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#1789)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f27dcdf commit f649a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter-symbols.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
GITHUB_TOKEN: ${{ github.token }}
5252

5353
- name: Upload updated status cache of processed files
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
if: always()
5656
with:
5757
name: flutter-symbol-collector-database

0 commit comments

Comments
 (0)