Skip to content

Commit 712e5a4

Browse files
committed
Update release.yml
1 parent b179129 commit 712e5a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: ./gradlew core:jar
2222

2323
- name: Upload jar artifact
24-
uses: actions/upload-artifact@v2
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: gdx-particle-editor.jar
2727
path: core/build/lib/gdx-particle-editor.jar
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Download all artifacts
35-
uses: actions/download-artifact@v2
35+
uses: actions/download-artifact@v4
3636

3737
- name: Display structure of downloaded files
3838
run: ls -R

0 commit comments

Comments
 (0)