Skip to content

Commit f27452a

Browse files
authored
bump upload artifact
1 parent f2ff53d commit f27452a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build Release
3131
run: dotnet build --configuration Release --no-restore
3232
- name: Upload Nuget Package Build Artifact
33-
uses: actions/upload-artifact@v2.2.3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: Nuget
3636
path: /home/runner/work/FinancialModelingPrep.NET/FinancialModelingPrep.NET/FinancialModelingPrepApi/bin/Release/*.nupkg

0 commit comments

Comments
 (0)