From 382c01e5c2602f0c977291ea9f780a5ca90ee83c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 06:41:13 +0300 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#194) --- .github/workflows/preview.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index d32882f..9a44dbe 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -81,7 +81,7 @@ jobs: -p:PackageVersion=$GITVERSION_NUGETVERSION - name: Publish Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: ${{ github.workspace }}/drop/* name: drop diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29c1bb9..d387995 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: -p:PackageVersion=$GITVERSION_NUGETVERSION - name: Publish Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: ${{ github.workspace }}/drop/* name: drop