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 8212f6f commit 7394887Copy full SHA for 7394887
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
tar -czf dartsdk-android-${{ matrix.target-arch }}-release.tar.gz -C dart-sdk/sdk/out/Release* -- dart-sdk
79
80
- name: Upload Artifact
81
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
82
with:
83
name: dartsdk-android-${{ matrix.target-arch }}-${{ inputs.ref }}
84
path: dartsdk-android-${{ matrix.target-arch }}-release.tar.gz
0 commit comments