diff --git a/.github/workflows/chart-release-checks.yml b/.github/workflows/chart-release-checks.yml index 1b7bc6d..174c71d 100644 --- a/.github/workflows/chart-release-checks.yml +++ b/.github/workflows/chart-release-checks.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Download Shared Workflow Properties - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: shared-workflow-props diff --git a/.github/workflows/helm-upgrade.yml b/.github/workflows/helm-upgrade.yml index fb9e3a1..3202a8e 100644 --- a/.github/workflows/helm-upgrade.yml +++ b/.github/workflows/helm-upgrade.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Download Shared Workflow Properties - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: shared-workflow-props diff --git a/.github/workflows/image-build-push.yml b/.github/workflows/image-build-push.yml index fb4aec5..311b971 100644 --- a/.github/workflows/image-build-push.yml +++ b/.github/workflows/image-build-push.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Download Shared Workflow Properties - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: shared-workflow-props diff --git a/.github/workflows/slate-client-prerelease.yml b/.github/workflows/slate-client-prerelease.yml index 37f150e..92d028c 100644 --- a/.github/workflows/slate-client-prerelease.yml +++ b/.github/workflows/slate-client-prerelease.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Download Shared Workflow Properties - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: shared-workflow-props @@ -104,7 +104,7 @@ jobs: steps: - name: Download Shared Workflow Properties - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: shared-workflow-props @@ -179,7 +179,7 @@ jobs: steps: - name: Download Shared Workflow Properties - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: shared-workflow-props @@ -190,22 +190,22 @@ jobs: echo "RELEASE_VERSION=${releaseVersion}" >> $GITHUB_ENV - name: Download Linux Binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: slate-linux-artifacts - name: Download MacOS 11 Binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: slate-macos-11-artifacts - name: Download MacOS 12 Binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: slate-macos-12-artifacts - name: Download MacOS 13 Binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: slate-macos-13-artifacts diff --git a/.github/workflows/slate-client-release.yml b/.github/workflows/slate-client-release.yml index 98b8432..bb5d669 100644 --- a/.github/workflows/slate-client-release.yml +++ b/.github/workflows/slate-client-release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Download Shared Workflow Properties - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: shared-workflow-props