Skip to content

Commit 0229c3f

Browse files
authored
Fix deprecated actions (#167)
1 parent 69736b5 commit 0229c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132

133133
steps:
134134
- name: Download artifact
135-
uses: actions/download-artifact@v2
135+
uses: actions/download-artifact@v4
136136
with:
137137
name: ${{ env.ARTIFACT_NAME }}
138138
path: ${{ env.DIST_DIR }}

0 commit comments

Comments
 (0)