Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Sep 26, 2024
1 parent d48a6b4 commit dcfdbbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ jobs:
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0

- name: Download Java SDK Build
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: bitwarden/gh-actions/download-artifacts@main
with:
name: build
workflow: build-java.yml
workflow_conclusion: success
artifacts: build
path: languages/java/build

- name: Test
Expand Down

0 comments on commit dcfdbbf

Please sign in to comment.