Skip to content

Commit

Permalink
Tweaked pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
headswe committed Nov 10, 2024
1 parent d74c010 commit 2efed17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arma-tools-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout the source code
uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
- name: Validate SQF
run: python3 tools/sqf_validator.py
- name: Check config style
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pbo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Checkout repository
- name: Building pbos
run: ./Build.exe
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: Upload artifacts
with:
name: build
Expand Down

0 comments on commit 2efed17

Please sign in to comment.