Skip to content

Commit 082ac2a

Browse files
authored
Update upload artifact to v4 (#132)
* Update upload artifact to v4 * bump upload artifact
1 parent 7663419 commit 082ac2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ 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
3737
- name: Upload Release Build Artifacts
38-
uses: actions/upload-artifact@v2.2.3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: Release Build
4141
path: /home/runner/work/FinancialModelingPrep.NET/FinancialModelingPrep.NET/FinancialModelingPrepApi/bin/Release/**/*

0 commit comments

Comments
 (0)