diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:08:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:08:54 +0000 |
commit | a45fb29c9f34bc175ac7b69723de175d62e838eb (patch) | |
tree | 364371981040c3dc6e97bb289bda0d33933ebfac /.github | |
parent | Adding upstream version 2.8. (diff) | |
download | nvme-cli-a45fb29c9f34bc175ac7b69723de175d62e838eb.tar.xz nvme-cli-a45fb29c9f34bc175ac7b69723de175d62e838eb.zip |
Adding upstream version 2.9.1.upstream/2.9.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/appimage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/appimage.yml b/.github/workflows/appimage.yml index 6c0d3e5..53fed3a 100644 --- a/.github/workflows/appimage.yml +++ b/.github/workflows/appimage.yml @@ -42,7 +42,7 @@ jobs: workflow: ${{ github.event.workflow_run.workflow_id }} workflow_conclusion: success - name: FTP Deployer - uses: sand4rt/ftp-deployer@v1.7 + uses: sand4rt/ftp-deployer@v1.8 with: sftp: true host: ${{ secrets.SFTP_SERVER }} |