Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsYlum- committed Jan 20, 2025
1 parent b3a1e66 commit 94c84ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0

- name: Install .NET Core
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: 8.0.x

Expand All @@ -45,7 +45,7 @@ jobs:
Configuration: ${{ matrix.configuration }}

- name: Upload build artifacts
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.6.0
with:
name: ${{ env.Asset_Name }}.zip
path: ./UOFiddler/bin/Release/
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: 7z a -tzip ${{ env.Asset_Name }}.zip './${{ env.Asset_Name }}'

- name: Create release
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.1
with:
name: UOFiddler ${{ github.ref_name }}
generate_release_notes: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 1

- name: Install .NET Core
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: 8.0.x

Expand Down

0 comments on commit 94c84ee

Please sign in to comment.