From 978047ed46a9fd763f655bc986878af6928fda5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:12:02 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b59d61e..3a358553 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: brew install Bearer/tap/gon make signdmg - name: upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dmg-release path: release @@ -68,7 +68,7 @@ jobs: make release source settings.sh ; echo "version=${VERSION}-${ITERATION}" >> $GITHUB_OUTPUT - name: upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: release path: release @@ -86,7 +86,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Download files: ${{ matrix.files }}" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ matrix.files }} - name: Upload files to unstable.golift.io @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download release files - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: release - uses: golift/upload-packagecloud@v1 @@ -126,7 +126,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download release files - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: release - uses: golift/upload-packagecloud@v1 @@ -150,7 +150,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download ${{ matrix.files }} Files - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ matrix.files }} - name: Publish ${{ matrix.files }} artifacts to github