Skip to content

Commit

Permalink
Update CI to fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwhite committed Oct 4, 2024
1 parent 397f245 commit f4b21dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Merge translations into add-in manifest
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Create Package
run: mautil pack NightVisionAddin/bin/Release/net8.0/NightVisionAddin.dll
- name: Upload Package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: '*.mpack'
if-no-files-found: error

0 comments on commit f4b21dd

Please sign in to comment.