Skip to content

Commit

Permalink
CI - Use Node.js 20 actions (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas authored Feb 29, 2024
1 parent e486861 commit 0e93bf0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Rename build folder
run: mv .hemttout/build .hemttout/@CBA_A3
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: CBA_A3_${{ github.sha }}-nobin
path: .hemttout/@*
4 changes: 2 additions & 2 deletions .github/workflows/pboproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
env:
PYTHONUNBUFFERED: 1
- name: Archive logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: logs
path: temp/*.log
- name: Archive @cba_a3
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: '@cba_a3-${{ github.sha }}'
path: x\cba\release\@cba_a3
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
if: github.repository == 'CBATeam/CBA_A3'
steps:
- name: Release Drafter
uses: release-drafter/release-drafter@v5
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e93bf0

Please sign in to comment.