Skip to content

Commit

Permalink
Github Actions: update actions to latest major version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 2, 2022
1 parent 75d59db commit ed4cdcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.0.5
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Build API reference
working-directory: docs
run: haxe docs.hxml
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: moonshine-openfl-language-client-api-reference
path: bin/api/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.0.5
Expand All @@ -24,7 +24,7 @@ jobs:
haxelib dev moonshine-openfl-language-client $GITHUB_WORKSPACE
- name: Build Flash .swc library
run: haxelib run openfl build flash -debug
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: moonshine-openfl-language-client-flash
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/haxelib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/upload-artifact@v2
- uses: actions/checkout@v3
- uses: actions/upload-artifact@v3
with:
name: moonshine-openfl-language-client-haxelib
path: |
Expand Down

0 comments on commit ed4cdcf

Please sign in to comment.