Skip to content

Commit

Permalink
Fix deprecated actions (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjtokenring authored Sep 13, 2024
1 parent 69736b5 commit 0229c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.DIST_DIR }}
Expand Down

0 comments on commit 0229c3f

Please sign in to comment.