Skip to content

Commit

Permalink
Merge pull request #18 from wopox1337/fix/ci-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Albertinko authored Apr 9, 2024
2 parents b110990 + a38b04e commit 5f756a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on:
jobs:
build:
name: "Build"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
sha: ${{ steps.declare_sha.outputs.sha }}
semver: ${{ steps.declare_sha.outputs.semver }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
echo "REAPI_INCLUDE_PATH=$(pwd)/addons/amxmodx/scripting/include" >> $GITHUB_ENV
- name: Setup AMXXPawn Compiler
uses: wopox1337/setup-amxxpawn@v1.0.2
uses: wopox1337/setup-amxxpawn@v1.1.0
with:
version: "1.10"

Expand All @@ -79,7 +79,7 @@ jobs:
mv addons/ publish/
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: ReviveTeammates-${{ env.COMMIT_SHA }}-dev
path: publish/*

0 comments on commit 5f756a3

Please sign in to comment.