File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 semver : ${{ steps.declare_sha.outputs.semver }}
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v4.1.1
2424 with :
2525 fetch-depth : 0
2626
5252 run : sed -i "s|VERSION_HASH \"\"|VERSION_HASH \"-$SHA_SHORT\"|g" $FILE
5353
5454 - name : Setup AMXXPawn Compiler
55- uses : wopox1337/setup-amxxpawn@v1
55+ uses : wopox1337/setup-amxxpawn@v1.1.0
5656 with :
57- version : " 1.10.5428 "
57+ version : " 1.10.5467 "
5858
5959 - name : Compile plugins
6060 working-directory : cstrike/addons/amxmodx/scripting/
7676 mv cstrike/ publish/
7777
7878 - name : Upload artifact
79- uses : actions/upload-artifact@v2
79+ uses : actions/upload-artifact@v4.3.1
8080 with :
8181 name : MapManager-${{ env.SHA_SHORT }}-dev
8282 path : publish/*
9191 startsWith(github.ref, 'refs/tags/')
9292 steps :
9393 - name : Download artifacts
94- uses : actions/download-artifact@v2
94+ uses : actions/download-artifact@v4.1.4
9595 with :
9696 name : MapManager-${{needs.build.outputs.sha}}-dev
9797
@@ -100,7 +100,7 @@ jobs:
100100 run : 7z a -mm=Deflate -mfb=258 -mpass=15 -r MapManager-v${{needs.build.outputs.semver}}.zip cstrike/
101101
102102 - name : Publish artifacts
103- uses : softprops/action-gh-release@v1
103+ uses : softprops/action-gh-release@v2.0.4
104104 id : publish-job
105105 if : |
106106 startsWith(github.ref, 'refs/tags/') &&
You can’t perform that action at this time.
0 commit comments