Skip to content

Commit

Permalink
Upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
valters-tomsons committed May 3, 2024
1 parent d058fce commit 168cdfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.4
- name: Setup .NET 8 SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x
- name: Restore dependencies
Expand All @@ -27,12 +27,12 @@ jobs:
- name: Run Publish Script
run: cd scripts && ./publish.sh
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: DayZLauncher-UnixPatcher
path: "./unixpatcher.tar.xz"
- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: DayZLauncher-UnixPatcher-Musl
path: "./unixpatcher-musl.tar.xz"

0 comments on commit 168cdfc

Please sign in to comment.