From 2cc068254c55ad90a3b60b184bf68e01e4c892c3 Mon Sep 17 00:00:00 2001 From: Rob E Date: Tue, 17 Dec 2024 09:52:43 +1000 Subject: [PATCH] Update octopus-publish-chart.yml (#357) --- .github/workflows/octopus-publish-chart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/octopus-publish-chart.yml b/.github/workflows/octopus-publish-chart.yml index 2ac5c014..b1153b0a 100644 --- a/.github/workflows/octopus-publish-chart.yml +++ b/.github/workflows/octopus-publish-chart.yml @@ -77,7 +77,7 @@ jobs: - name: Package Chart run: helm package --version '${{ steps.version.outputs.CHART_VERSION }}' 'charts/octopus-deploy' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: Upload packaged chart with: name: '${{ steps.version.outputs.PACKAGE_NAME }}' @@ -86,4 +86,4 @@ jobs: # Only push the chart for real if it's a branch build OR it's the versioning PR - name: Push Chart if: ${{ github.ref != 'refs/heads/main' || (github.ref == 'refs/heads/main' && startsWith(github.event.commits[0].message, 'Version Charts')) }} - run: helm push "octopusdeploy-helm-${{ steps.version.outputs.CHART_VERSION }}.tgz" oci://ghcr.io/octopusdeploy \ No newline at end of file + run: helm push "octopusdeploy-helm-${{ steps.version.outputs.CHART_VERSION }}.tgz" oci://ghcr.io/octopusdeploy