Skip to content

Commit

Permalink
#25 use v2 of action-download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kasramp authored Apr 29, 2023
1 parent 7d72413 commit 63163e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Make release directory
run: mkdir release_files
- name: Download artifact
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v2
with:
workflow: build_and_tag.yml
workflow_conclusion: success
Expand All @@ -27,4 +27,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
release_files/master-jar/*.jar
release_files/master-jar/*.jar

0 comments on commit 63163e4

Please sign in to comment.