From 57dac6911b48c81dc80a303273cdaabd0d640232 Mon Sep 17 00:00:00 2001 From: samuelbles07 Date: Wed, 12 Aug 2026 14:21:34 +0700 Subject: [PATCH] ci: update artifact actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdf9ab6..d9b3235 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,7 +98,7 @@ jobs: fi - name: Upload firmware artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: firmware-go-${{ github.run_id }} if-no-files-found: error @@ -118,7 +118,7 @@ jobs: contents: write steps: - name: Download firmware artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: firmware-go-${{ github.run_id }} path: output