From f2ff53d4392982a74c37169d35ad34b618f49962 Mon Sep 17 00:00:00 2001 From: Matthias Beerens <3512339+Matthiee@users.noreply.github.com> Date: Sun, 12 Jan 2025 08:50:02 +0100 Subject: [PATCH 1/2] Update upload artifact to v4 --- .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 65186cb..ec05fa1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -35,7 +35,7 @@ jobs: name: Nuget path: /home/runner/work/FinancialModelingPrep.NET/FinancialModelingPrep.NET/FinancialModelingPrepApi/bin/Release/*.nupkg - name: Upload Release Build Artifacts - uses: actions/upload-artifact@v2.2.3 + uses: actions/upload-artifact@v4 with: name: Release Build path: /home/runner/work/FinancialModelingPrep.NET/FinancialModelingPrep.NET/FinancialModelingPrepApi/bin/Release/**/* From f27452ac634401bd3ce3fe0219ae4fe6d1b3e866 Mon Sep 17 00:00:00 2001 From: Matthias Beerens <3512339+Matthiee@users.noreply.github.com> Date: Sun, 12 Jan 2025 08:51:40 +0100 Subject: [PATCH 2/2] bump upload artifact --- .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 ec05fa1..822e08a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -30,7 +30,7 @@ jobs: - name: Build Release run: dotnet build --configuration Release --no-restore - name: Upload Nuget Package Build Artifact - uses: actions/upload-artifact@v2.2.3 + uses: actions/upload-artifact@v4 with: name: Nuget path: /home/runner/work/FinancialModelingPrep.NET/FinancialModelingPrep.NET/FinancialModelingPrepApi/bin/Release/*.nupkg