Skip to content

Commit

Permalink
Update github action versions. Nuget updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckechney committed Oct 3, 2024
1 parent c9e5485 commit f10f856
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnetcore-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup .NET ${{ env.DOTNET_FRAMEWORK_VERSION }}
uses: actions/setup-dotnet@v1
Expand Down Expand Up @@ -69,19 +69,19 @@ jobs:

# .NET 7 artifacts
- name: Upload a Build Artifact sbm-windows
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sbm-windows-${{ env.DOTNET_VERSION }}
path: "./src/SqlBuildManager.Console/bin/Release/${{ env.DOTNET_VERSION }}/win-x64/publish"

- name: Upload a Build Artifact sbm-linux
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: sbm-linux-${{ env.DOTNET_VERSION }}
path: "./src/SqlBuildManager.Console/bin/Release/${{ env.DOTNET_VERSION }}/linux-x64/publish"

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: SqlBuildManager Desktop ${{ env.DOTNET_VERSION }}
path: "./src/SqlSync/bin/Release/${{ env.DOTNET_VERSION }}-windows/win-x64/publish"
Expand Down

0 comments on commit f10f856

Please sign in to comment.