From 8d483fe0872c31c60ce00ae58c89719a6a93bb94 Mon Sep 17 00:00:00 2001 From: Pavel Sobolev Date: Fri, 11 Nov 2022 12:15:43 +0300 Subject: [PATCH] Update the `upload-artifact` action. --- .github/workflows/Build & Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build & Release.yml b/.github/workflows/Build & Release.yml index 33b53bcc4a3..48bdf0463ed 100644 --- a/.github/workflows/Build & Release.yml +++ b/.github/workflows/Build & Release.yml @@ -73,7 +73,7 @@ jobs: env: CSC_IDENTITY_AUTO_DISCOVERY: false - name: Upload artifacts - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v3 with: name: ${{ ( startsWith(matrix.os, 'ubuntu') && 'Linux' ) || ( startsWith(matrix.os, 'windows') && 'Windows' ) ||