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 fc13103 commit bd4b540Copy full SHA for bd4b540
.github/workflows/release.yml
@@ -77,12 +77,12 @@ jobs:
77
- name: Setup Gradle
78
uses: gradle/actions/setup-gradle@v5
79
- name: Download isthmus-ubuntu-latest binary
80
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
81
with:
82
name: isthmus-ubuntu-latest
83
path: native/libs
84
- name: Download isthmus-macOS-latest binary
85
86
87
name: isthmus-macOS-latest
88
0 commit comments