Skip to content

Commit

Permalink
update github actions/upload since old version no longer works
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio committed Sep 20, 2024
1 parent 9892ada commit e53e521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
./build-docs.sh
- name: Upload jar
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3.2.1
with:
name: jar
path: ./*.jar
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
./build-native.sh
- name: Upload jar
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3.2.1
with:
name: jar
path: ./*macosx-x86_64*.jar
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
shell: cmd

- name: Upload jar
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3.2.1
with:
name: jar
path: ./*.jar

0 comments on commit e53e521

Please sign in to comment.