Thanks to visit codestin.com Credit goes to github.com
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 be4ea60 commit eb3a1c1Copy full SHA for eb3a1c1
.github/workflows/build.yml
@@ -85,7 +85,7 @@ jobs:
85
86
steps:
87
- name: Download Artifact
88
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
89
with:
90
name: dart-${{ inputs.ref }}-${{ matrix.host-arch }}
91
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
pattern: dartsdk-android-*-${{ github.ref_name }}
31
merge-multiple: true
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/checkout@v4
50
51
52
53
54
55
0 commit comments