We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ff53d commit f27452aCopy full SHA for f27452a
.github/workflows/dotnet.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build Release
31
run: dotnet build --configuration Release --no-restore
32
- name: Upload Nuget Package Build Artifact
33
- uses: actions/upload-artifact@v2.2.3
+ uses: actions/upload-artifact@v4
34
with:
35
name: Nuget
36
path: /home/runner/work/FinancialModelingPrep.NET/FinancialModelingPrep.NET/FinancialModelingPrepApi/bin/Release/*.nupkg
0 commit comments