Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
cp dropbear/LICENSE output/LICENSE.txt

- name: Upload binaries as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.target }}
path: output

- name: Upload build info as artifact
if: matrix.target == 'armv7a-linux-androideabi'
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: buildinfo
path: buildinfo
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
cp target/android-dropbear-*.jar android-dropbear.jar

- name: Upload JAR as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: jar
path: android-dropbear.jar
Expand Down