We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cf0e4 commit 0ed370bCopy full SHA for 0ed370b
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
tar -czf dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz dart-sdk
81
82
- name: Upload Artifact
83
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
84
with:
85
name: dart-${{ inputs.ref }}-${{ matrix.host-arch }}
86
path: dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz
@@ -163,7 +163,7 @@ jobs:
163
gen_snapshot_linux_${{ matrix.target-arch }}_*
164
165
166
167
168
name: dartsdk-linux-${{ matrix.target-arch }}-${{ inputs.ref }}
169
path: |
0 commit comments