From 1ad4918b41de50ec25ec7b23e0a5b77d3f3e704e Mon Sep 17 00:00:00 2001 From: "daniel-renovator[bot]" <190484689+daniel-renovator[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:34:20 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.1.8 --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e25adc..24c9dcb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,7 +66,7 @@ jobs: prefix: 'v' - name: Download build artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: build-artifacts @@ -108,7 +108,7 @@ jobs: prefix: 'v' - name: Download chart definition - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: helm-chart path: helm @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@v4.2.0 - name: Download build artifacts with sourcemaps - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: build-artifacts