From f8995082535b82824bf0faa81416e905afdb9e26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:35:02 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4.6.1 --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f5818c2af..fc0e9fa85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: run: npm run-script deploy --no-progress --prefix ASF-ui - name: Upload ASF-ui - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: if-no-files-found: error name: ASF-ui @@ -367,7 +367,7 @@ jobs: subject-path: out/ASF-${{ matrix.variant }}.zip - name: Upload ASF-${{ matrix.variant }} - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: if-no-files-found: error name: ${{ matrix.os }}_ASF-${{ matrix.variant }} @@ -415,7 +415,7 @@ jobs: - name: Upload ArchiSteamFarm.OfficialPlugins.Monitoring if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }} - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: if-no-files-found: error name: ArchiSteamFarm.OfficialPlugins.Monitoring @@ -512,7 +512,7 @@ jobs: subject-path: out/SHA512SUMS - name: Upload SHA512SUMS - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: if-no-files-found: error name: SHA512SUMS @@ -524,7 +524,7 @@ jobs: subject-path: out/SHA512SUMS.sign - name: Upload SHA512SUMS.sign - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: if-no-files-found: error name: SHA512SUMS.sign