From b89053c3276582041e87a657b92d83b62bda0d54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 11:43:33 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3.1.2 --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5dd2ad8..dfd339f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -27,7 +27,7 @@ jobs: - name: Zip run: zip -r SahneeBot-Linux64.zip SahneeBot-Linux64 - name: Artifact - uses: actions/upload-artifact@v3.0.0 + uses: actions/upload-artifact@v3.1.2 with: path: SahneeBot-Linux64.zip if-no-files-found: error