Skip to content

Commit

Permalink
dotnet-ci.yml: update GHA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsanction authored and tautcony committed Jun 8, 2024
1 parent a1fac77 commit 5abb5b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:

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

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x

- name: Publish the application
run: dotnet publish AutoTorrentInspection --configuration ${{ matrix.configuration }} --runtime ${{ matrix.runtime-identifier }} --self-contained false

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: AutoTorrentInspection-${{ matrix.runtime-identifier }}-${{ matrix.configuration }}
path: |
Expand Down

0 comments on commit 5abb5b6

Please sign in to comment.