From 9da82489621b069f80841dc71c67705015eab80c Mon Sep 17 00:00:00 2001 From: Clay Buxton Date: Thu, 11 Jan 2024 23:36:00 -0500 Subject: [PATCH] update upload artifact version --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8a88e3..67c37f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: run: chmod +x ./kubectl-browse-pvc - name: Upload Artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4 with: name: kubectl-browse-pvc-darwin path: | @@ -48,7 +48,7 @@ jobs: run: chmod +x ./kubectl-browse-pvc - name: Upload Artifact - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4 with: name: kubectl-browse-pvc-linux path: | @@ -61,6 +61,7 @@ jobs: - name: Download Artifacts uses: actions/download-artifact@v4 + - name: Create Release id: create_release uses: ncipollo/release-action@v1