Skip to content

Commit 698d356

Browse files
committed
build: use official download action
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>
1 parent edb1bb4 commit 698d356

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/appimage.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ jobs:
4343
needs: build-appimage
4444
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'linux-nvme/nvme-cli' }}
4545
steps:
46-
- name: Download artifact
47-
uses: dawidd6/action-download-artifact@v6
46+
- uses: actions/download-artifact@v4
4847
with:
49-
workflow: ${{ github.event.workflow_run.workflow_id }}
50-
workflow_conclusion: success
48+
name: AppImage
49+
path: AppImage
5150
- name: FTP Deployer
5251
uses: sand4rt/ftp-deployer@v1.8
5352
with:

0 commit comments

Comments
 (0)