]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: use official download action
authorDaniel Wagner <dwagner@suse.de>
Fri, 12 Jul 2024 18:38:38 +0000 (20:38 +0200)
committerDaniel Wagner <wagi@monom.org>
Fri, 12 Jul 2024 18:53:29 +0000 (20:53 +0200)
There is no point in using 3rd party actions for downloading the
artifacts. Let's use the official one.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
.github/workflows/appimage.yml

index 8b96bc1a5341178acc33401c46c52faccfb70590..c7b92f7fde824a1a8e8e367c5f556bb74e9da163 100644 (file)
@@ -43,11 +43,10 @@ jobs:
     needs: build-appimage
     if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'linux-nvme/nvme-cli' }}
     steps:
-      - name: Download artifact
-        uses: dawidd6/action-download-artifact@v6
+      - uses: actions/download-artifact@v4
         with:
-          workflow: ${{ github.event.workflow_run.workflow_id }}
-          workflow_conclusion: success
+          name: AppImage
+          path: AppImage
       - name: FTP Deployer
         uses: sand4rt/ftp-deployer@v1.8
         with: