Skip to content

Commit

Permalink
Update github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwindalmir committed May 14, 2024
1 parent 32fdf6f commit aca93b4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/actions/changelog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
- name: Get Build Version
id: get-version
uses: naminodarie/get-net-sdk-project-versions-action@v1.1.1
uses: kzrnm/get-net-sdk-project-versions-action@v2
with:
proj-path: ${{inputs.project-path}}

Expand All @@ -34,7 +34,7 @@ runs:
echo "$changelog" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Publish Changelog
id: artifact-changelog
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- name: Add MSBuild to PATH
id: detect-msbuild
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[15.7,)'

Expand All @@ -15,6 +15,6 @@ runs:

- name: Add .NET 6.0
id: dotnet-6
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Checkout Sources
id: checkout
with:
Expand All @@ -59,14 +59,14 @@ jobs:
with:
project-path: Directory.Build.props

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Publish SEWT Artifacts
id: artifact-sewt
with:
name: SEWT
path: SEWorkshopTool/bin/${{env.BUILD_CONFIGURATION}}/${{env.BUILD_FRAMEWORK}}/SEWorkshopTool*.zip

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Publish MEWT Artifacts
id: artifact-mewt
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Checkout Sources
id: checkout
with:
Expand Down

0 comments on commit aca93b4

Please sign in to comment.