Skip to content

Commit 0ed370b

Browse files
Bump actions/upload-artifact from 4 to 5 (#25)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 12cf0e4 commit 0ed370b

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
@@ -80,7 +80,7 @@ jobs:
8080
tar -czf dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz dart-sdk
8181
8282
- name: Upload Artifact
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: dart-${{ inputs.ref }}-${{ matrix.host-arch }}
8686
path: dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz
@@ -163,7 +163,7 @@ jobs:
163163
gen_snapshot_linux_${{ matrix.target-arch }}_*
164164
165165
- name: Upload Artifact
166-
uses: actions/upload-artifact@v4
166+
uses: actions/upload-artifact@v5
167167
with:
168168
name: dartsdk-linux-${{ matrix.target-arch }}-${{ inputs.ref }}
169169
path: |

0 commit comments

Comments
 (0)