From 5167729180ea29e4022688c87a9769a758a38017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:59:55 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc8355d..abf9ddf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: args: --release --target ${{ matrix.target }} - name: upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.target }} path: | @@ -99,7 +99,7 @@ jobs: args: --release --target ${{ matrix.target }} - name: upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.target }} path: | @@ -137,7 +137,7 @@ jobs: args: --release --target ${{ matrix.target }} - name: upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.target }} path: | @@ -153,7 +153,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v7 - name: package m1 apple uses: papeloto/action-zip@v1