From b1c1a5c7cdad4b10387140bd1f8422500e561571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:51:07 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.5.0 --- .github/workflows/test.yml | 2 +- .github/workflows/update.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 300da72..6f1b884 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: env: github_api_key: ${{ secrets.GITHUBREPO_API_KEY }} - name: Publish install_snapshot.7z - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 continue-on-error: true with: name: install_snapshot.7z diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5384fcb..a62a26b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -88,25 +88,25 @@ jobs: run: | if (Test-Path $Env:TEMP\chocolatey\au) { 7z a -mx9 au_temp.7z $Env:TEMP\chocolatey\au\* } - name: Publish au_temp.7z - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 continue-on-error: true with: name: au_temp.7z path: au_temp.7z - name: Publish update_info.xml - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 continue-on-error: true with: name: update_info.xml path: update_info.xml - name: Publish Update-AUPackages.md - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 continue-on-error: true with: name: Update-AUPackages.md path: Update-AUPackages.md - name: Publish Update-History.md - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 continue-on-error: true with: name: Update-History.md