Skip to content

Commit a0a42e9

Browse files
committed
actions: update dependencies
1 parent 845ffa4 commit a0a42e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99

10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111

12-
- uses: actions/upload-artifact@v3
12+
- uses: actions/upload-artifact@v4
1313
with:
1414
name: away3d-haxelib
1515
path: |
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626

27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828

2929
- uses: krdlab/setup-haxe@v1
3030
with:
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
haxe docs.hxml
4848
49-
- uses: actions/upload-artifact@v3
49+
- uses: actions/upload-artifact@v4
5050
with:
5151
name: away3d-docs
5252
path: docs
@@ -76,7 +76,7 @@ jobs:
7676
haxelib install openfl-samples --quiet
7777
haxelib git away3d-samples https://github.com/openfl/away3d-samples --quiet
7878
79-
- uses: actions/download-artifact@v3
79+
- uses: actions/download-artifact@v4
8080
with:
8181
name: away3d-haxelib
8282
path: away3d-haxelib

0 commit comments

Comments
 (0)