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