Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bigkahuna443 committed Sep 5, 2024
1 parent 74f703a commit 4ebe63a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download Everest stripped lib
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@v1
with:
repository: EverestAPI/Everest
latest: true
Expand All @@ -23,7 +23,7 @@ jobs:
run: unzip lib-stripped.zip

- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x

Expand All @@ -36,7 +36,7 @@ jobs:
CELESTEPREFIX: ${{ github.workspace }}/lib-stripped

- name: Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bin
path: Code/bin/Debug/net7.0
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download Everest stripped lib
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@v1
with:
repository: EverestAPI/Everest
latest: true
Expand All @@ -24,7 +24,7 @@ jobs:
run: unzip lib-stripped.zip

- name: Setup .NET Core
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x

Expand All @@ -37,7 +37,7 @@ jobs:
CELESTEPREFIX: ${{ github.workspace }}/lib-stripped

- name: Upload ZIP
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Sardine7
path: |
Expand Down

0 comments on commit 4ebe63a

Please sign in to comment.