Skip to content

Commit da532f8

Browse files
.github: update artifact to fix security vuln
1 parent e8701a2 commit da532f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
tar czf $out.tar.gz $out LICENSE
5858
5959
- name: Upload Artifacts
60-
uses: actions/upload-artifact@v2
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: kubectl-curl_${{ steps.version.outputs.tag }}_${{ env.GOOS }}_${{ env.GOARCH }}
6363
path: kubectl-curl_${{ steps.version.outputs.tag }}_${{ env.GOOS }}_${{ env.GOARCH }}.tar.gz
@@ -67,7 +67,7 @@ jobs:
6767
needs: [build]
6868
steps:
6969
- name: Download Artifacts
70-
uses: actions/download-artifact@v2
70+
uses: actions/download-artifact@v4
7171
with:
7272
path: .
7373

0 commit comments

Comments
 (0)