diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b41e496..3a6420a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -27,4 +27,4 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - release_files/master-jar/*.jar \ No newline at end of file + release_files/master-jar/*.jar