Skip to content

Commit

Permalink
Update GHA deps
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Feb 7, 2025
1 parent 06d5595 commit 3f10df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
tar -czvf "${{ env.PLUGIN_NAME }}.tar.gz" "${{ env.PLUGIN_NAME }}"
- name: Upload components for sign action
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: UNSIGNED_PLUGIN
path: /tmp/QS/build/Release/Quicksilver.app/Contents/PlugIns/${{ env.PLUGIN_NAME }}.tar.gz
Expand All @@ -118,7 +118,7 @@ jobs:
SIGNING_IDENTITY: ${{ secrets.SIGNING_IDENTITY }}
steps:
- name: Download targz artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: UNSIGNED_PLUGIN
path: /tmp/QS/build/Release/
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
run: |
tar -czvf "${{ env.PLUGIN_NAME }}.tar.gz" "${{ env.PLUGIN_NAME }}"
- name: Upload document
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.PLUGIN_NAME }}
path: /tmp/QS/build/Release/${{ env.PLUGIN_NAME }}.tar.gz

0 comments on commit 3f10df1

Please sign in to comment.