Skip to content

Commit

Permalink
All built in actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-martinsmith committed Aug 20, 2024
1 parent afb982e commit f1b7366
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:

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

- name: Install .NET SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

Expand All @@ -122,13 +122,6 @@ jobs:
output: both
thresholds: '60 80'

- name: Upload Code Coverage Results
uses: actions/upload-artifact@v4
with:
name: code_coverage
path: code-coverage-results.md
if-no-files-found: warn

- name: Pull Request - Add Coverage Comment
uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -167,7 +160,7 @@ jobs:

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

- name: Build Changelog
id: build_changelog
Expand Down Expand Up @@ -214,7 +207,7 @@ jobs:

- name: Download NuGet Output
id: download_nuget
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nuget_output
path: ${{ env.NUGET_OUTPUT_FOLDER }}
Expand Down

0 comments on commit f1b7366

Please sign in to comment.