From d54113e8400fe3a8e281fd38392944b7186d9e2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:55:38 +0000 Subject: [PATCH] Update actions/upload-artifact action to v5 --- .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 1c066907..1f3553c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: output: ./changelog-section.md - name: Upload the changelog - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: changelog-section.md path: ./changelog-section.md @@ -57,7 +57,7 @@ jobs: run: Compress-Archive -Path publish -DestinationPath emulsion-${{ steps.version.outputs.version }}.zip - name: Upload the pack result - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: emulsion-${{ steps.version.outputs.version }}.zip path: emulsion-${{ steps.version.outputs.version }}.zip