Skip to content

Commit

Permalink
Bump version of upload-artifact action (#38)
Browse files Browse the repository at this point in the history
* Update macos-aarch64.yml

* Update aarch64-linux.yml

* Update android.yml

* Update linux.yml

* Update macos-aarch64.yml

* Update macos-x86_64.yml

* Update windows.yml
  • Loading branch information
jperedadnr authored Sep 11, 2024
1 parent 87b8efd commit 365cd56
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cp -r target/gluonfx/aarch64-linux/HelloGluon* staging

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Package
path: staging
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: cp -r target/gluonfx/aarch64-android/gvm/HelloGluon.* staging

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Package
path: staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cp -r target/gluonfx/x86_64-linux/HelloGluon* staging

- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Package
path: staging
4 changes: 2 additions & 2 deletions .github/workflows/macos-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
team-id: ${{ secrets.GLUON_MACSIGN_PREFIX }}

- name: Upload (pkg)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Package
path: ${{ steps.outputfile.outputs.path }}
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
echo ::set-output name=path::target/gluonfx/aarch64-darwin/HelloGluon-1.0.0.pkg
- name: Upload (pkg store)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: PackageAppStore
path: ${{ steps.outputfilestore.outputs.path }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
team-id: ${{ secrets.GLUON_MACSIGN_PREFIX }}

- name: Upload (pkg)
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Package
path: ${{ steps.outputfile.outputs.path }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Upload (pkg store)
if: false # only upload aarch64 version
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: PackageAppStore
path: ${{ steps.outputfilestore.outputs.path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cp -r target/gluonfx/x86_64-windows/HelloGluon-1.0.msi staging
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Package
path: staging

0 comments on commit 365cd56

Please sign in to comment.