From 54b40c470ec6d43cafef3a9987a9ef6a034b44ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:30:30 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7.0.1 --- .github/workflows/core-cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core-cicd.yaml b/.github/workflows/core-cicd.yaml index 029d132..1a101b1 100644 --- a/.github/workflows/core-cicd.yaml +++ b/.github/workflows/core-cicd.yaml @@ -34,7 +34,7 @@ jobs: dotnet publish -c 'Release' --no-restore -o './published-app' working-directory: 'Dan.Core' - name: Upload artifact 'dan-core' - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: 'dan-core' path: Dan.Core/published-app