mirror of
https://github.com/hermansimensen/eventqueue-fix.git
synced 2025-12-06 18:08:27 +00:00
Merge pull request #25 from rtldg/born_to_flow__forced_to_work
Some checks failed
Build and Create Release / build (push) Has been cancelled
Some checks failed
Build and Create Release / build (push) Has been cancelled
update workflow versions
This commit is contained in:
commit
9fee420b5b
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set environment variables
|
- name: Set environment variables
|
||||||
run: |
|
run: |
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
mkdir plugins
|
mkdir plugins
|
||||||
|
|
||||||
- name: Setup SourcePawn Compiler
|
- name: Setup SourcePawn Compiler
|
||||||
uses: rumblefrog/setup-sp@v1.0.1
|
uses: rumblefrog/setup-sp@v1.2.4
|
||||||
with:
|
with:
|
||||||
# Version of SP compiler
|
# Version of SP compiler
|
||||||
version: 1.10.x
|
version: 1.10.x
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
working-directory: ${{ env.SCRIPTS_PATH }}
|
working-directory: ${{ env.SCRIPTS_PATH }}
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: eventqueuefix-dev
|
name: eventqueuefix-dev
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user