Skip to content

Commit

Permalink
Update action versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SadPencil committed Feb 25, 2024
1 parent 7fffba4 commit 73c13e7
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ jobs:
Game: [Ares,TS,YR]

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4
with:
fetch-depth: 0

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

- name: Build ${{matrix.Game}}
run: ./BuildScripts/Build-${{matrix.Game}}.ps1
shell: pwsh

- uses: actions/upload-artifact@v3.1.1
- uses: actions/upload-artifact@v4
name: Upload Artifacts
with:
name: artifacts-${{matrix.Game}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
runs-on: ubuntu-22.04
steps:
- uses: actions/github-script@v6.3.1
- uses: actions/github-script@v6
with:
# This snippet is public-domain, taken from
# https://github.com/oprypin/nightly.link/blob/master/.github/workflows/pr-comment.yml
Expand Down

0 comments on commit 73c13e7

Please sign in to comment.