Skip to content

Commit

Permalink
To use the new actions/download-artifactv4 we also need to update the…
Browse files Browse the repository at this point in the history
… actions/upload-artifact to v4
  • Loading branch information
zupo committed Sep 6, 2024
1 parent 8820b57 commit 0f43db3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: ditto -V -c -k --keepParent Export/Pareto\ Security.app ParetoSecurity.app.zip

- name: Upload App to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ParetoSecurity.app
path: ParetoSecurity.app.zip
Expand All @@ -139,7 +139,7 @@ jobs:
run: xcrun notarytool submit ParetoSecurity.dmg --password ${{ secrets.NOTARIZATION_PASSWORD }} --apple-id ${{ secrets.NOTARIZATION_USERNAME }} --team-id PM784W7B8X --progress --wait

- name: Upload DMG to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ParetoSecurity.dmg
path: ParetoSecurity.dmg
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
run: make build-release-setapp

- name: Upload App to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ParetoSecuritySetApp.app
path: ParetoSecuritySetApp.app.zip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
- name: Compress app for storage
run: ditto -V -c -k --keepParent Export/Pareto\ Security.app ParetoSecurity.app.zip
- name: Upload App to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ParetoSecurity.app
path: ParetoSecurity.app.zip
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
run: ditto -V -c -k --keepParent SetAppExport/Pareto\ Security.app ParetoSecuritySetApp.app.zip

- name: Upload App to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ParetoSecuritySetApp.app
path: ParetoSecuritySetApp.app.zip
Expand Down

0 comments on commit 0f43db3

Please sign in to comment.