Skip to content

Commit a93c648

Browse files
Bump actions/upload-artifact from 4 to 5 (#15)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 629053d commit a93c648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
tar -czf dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz dart-sdk
5050
5151
- name: Upload Artifact
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: dart-${{ inputs.ref }}-${{ matrix.host-arch }}
5555
path: dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz
@@ -132,7 +132,7 @@ jobs:
132132
gen_snapshot_android_${{ matrix.target-arch }}_*
133133
134134
- name: Upload Artifact
135-
uses: actions/upload-artifact@v4
135+
uses: actions/upload-artifact@v5
136136
with:
137137
name: dartsdk-android-${{ matrix.target-arch }}-${{ inputs.ref }}
138138
path: |

0 commit comments

Comments
 (0)