Skip to content

Commit

Permalink
CI: update deps (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Apr 9, 2024
1 parent 6124ca1 commit 7cc4944
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
semver: ${{ steps.declare_sha.outputs.semver }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -52,9 +52,9 @@ jobs:
run: sed -i "s|VERSION_HASH \"\"|VERSION_HASH \"-$SHA_SHORT\"|g" $FILE

- name: Setup AMXXPawn Compiler
uses: wopox1337/setup-amxxpawn@v1
uses: wopox1337/setup-amxxpawn@v1.1.0
with:
version: "1.10.5428"
version: "1.10.5467"

- name: Compile plugins
working-directory: cstrike/addons/amxmodx/scripting/
Expand All @@ -76,7 +76,7 @@ jobs:
mv cstrike/ publish/
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.3.1
with:
name: MapManager-${{ env.SHA_SHORT }}-dev
path: publish/*
Expand All @@ -91,7 +91,7 @@ jobs:
startsWith(github.ref, 'refs/tags/')
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.4
with:
name: MapManager-${{needs.build.outputs.sha}}-dev

Expand All @@ -100,7 +100,7 @@ jobs:
run: 7z a -mm=Deflate -mfb=258 -mpass=15 -r MapManager-v${{needs.build.outputs.semver}}.zip cstrike/

- name: Publish artifacts
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2.0.4
id: publish-job
if: |
startsWith(github.ref, 'refs/tags/') &&
Expand Down

0 comments on commit 7cc4944

Please sign in to comment.