Skip to content

Commit

Permalink
build: update actions jobs to latest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Persistent13 committed Nov 10, 2024
1 parent da56a8b commit e029c23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- name: "Checkout"
uses: actions/checkout@v2.4.0
uses: actions/checkout@v4.2.2
with:
lfs: true
fetch-depth: 0
- name: "Install .NET SDK"
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4.1.0
with:
dotnet-version: 8.0.204
- name: "Dotnet Tool Restore"
Expand All @@ -50,7 +50,7 @@ jobs:
run: dotnet cake --target=Pack
shell: pwsh
- name: "Publish Artefacts"
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v4.4.3
with:
name: ${{matrix.os}}
path: "./Artefacts"
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: windows-latest
steps:
- name: "Download Artefact"
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v4.1.8
with:
name: "windows-latest"
- name: "Dotnet NuGet Add Source"
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: windows-latest
steps:
- name: "Download Artefact"
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v4.1.8
with:
name: "windows-latest"
- name: "Dotnet NuGet Push"
Expand Down

0 comments on commit e029c23

Please sign in to comment.