We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db58458 commit 02c8263Copy full SHA for 02c8263
.github/workflows/go.yml
@@ -50,7 +50,7 @@ jobs:
50
if: startsWith(github.ref, 'refs/tags/')
51
steps:
52
- name: Download all artifacts
53
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
54
with:
55
path: ./artifacts # Specify a download path
56
0 commit comments