Skip to content

Commit

Permalink
ci: use download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai-Z-JP committed Feb 2, 2025
1 parent 03fda4b commit 45df423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: echo ::set-output name=sha_short::$(git rev-parse --short=7 ${{ github.sha }})

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: KaizPatchX-${{ steps.vars.outputs.sha_short }}.jar
path: ~/docker/data/mods/
Expand Down

0 comments on commit 45df423

Please sign in to comment.