Skip to content

Commit

Permalink
update gethub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bytewizer committed Oct 6, 2024
1 parent 410397d commit a23a512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo build=${{ steps.info.outputs.build }}
echo copyright=${{ steps.info.outputs.copyright }}
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
--output .builds/artifacts
- name: Upload build artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Build Package
path: .builds/artifacts
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "release.draft = ${{ github.event.release.draft }}"
echo "release.prerelease = ${{ github.event.release.prerelease }}"
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}

Expand Down

0 comments on commit a23a512

Please sign in to comment.