From 3f10df1889bce941e2f63892241013097b42b22d Mon Sep 17 00:00:00 2001 From: Nathan Henrie Date: Thu, 6 Feb 2025 21:49:29 -0700 Subject: [PATCH] Update GHA deps --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04c1f86..5af81bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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/ @@ -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