We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8701a2 commit da532f8Copy full SHA for da532f8
.github/workflows/release.yaml
@@ -57,7 +57,7 @@ jobs:
57
tar czf $out.tar.gz $out LICENSE
58
59
- name: Upload Artifacts
60
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
61
with:
62
name: kubectl-curl_${{ steps.version.outputs.tag }}_${{ env.GOOS }}_${{ env.GOARCH }}
63
path: kubectl-curl_${{ steps.version.outputs.tag }}_${{ env.GOOS }}_${{ env.GOARCH }}.tar.gz
@@ -67,7 +67,7 @@ jobs:
67
needs: [build]
68
steps:
69
- name: Download Artifacts
70
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
71
72
path: .
73
0 commit comments