diff --git a/.github/workflows/chart-release-checks.yml b/.github/workflows/chart-release-checks.yml index 1b7bc6d..3d2a8f3 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@v6 with: name: shared-workflow-props diff --git a/.github/workflows/helm-upgrade.yml b/.github/workflows/helm-upgrade.yml index fb9e3a1..2928151 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@v6 with: name: shared-workflow-props diff --git a/.github/workflows/image-build-push.yml b/.github/workflows/image-build-push.yml index fb4aec5..b712c2f 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@v6 with: name: shared-workflow-props diff --git a/.github/workflows/slate-client-prerelease.yml b/.github/workflows/slate-client-prerelease.yml index 37f150e..8a611a6 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@v6 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@v6 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@v6 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@v6 with: name: slate-linux-artifacts - name: Download MacOS 11 Binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: slate-macos-11-artifacts - name: Download MacOS 12 Binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: slate-macos-12-artifacts - name: Download MacOS 13 Binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: slate-macos-13-artifacts diff --git a/.github/workflows/slate-client-release.yml b/.github/workflows/slate-client-release.yml index 98b8432..bad2ced 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@v6 with: name: shared-workflow-props